Html Css Color HEX #FD5266 Wild Watermelon

📋 copy color: '#FD5266'

red 253 ◦ green 82 ◦ blue 102

#FD5266
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FD5266

Tints of Wild Watermelon #FD5266

RGB

 RED value IS 253 (99.22% from 255) = 57.89%

 GREEN value IS 82 (32.42% from 255) = 18.76%

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 57.89%
G = 18.76%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FD5266 (or 0xFD5266) is known color: Wild Watermelon. HEX triplet: FD, 52 and 66. RGB value is (253,82,102). Sum of RGB (Red+Green+Blue) = 253+82+102=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5266 is #02AD99. Grayscale: #878787. Windows color (decimal): -175514 or 6705917. OLE color: 6705917.

HSL color Cylindrical-coordinate representation of color #FD5266: hue angle of 352.98º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD5266 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 82 102 -
CMYK 0 0.68 0.60 0.01
HSL 352.98º 0.98% 0.66% -
HSV(B) 352.98º 0.68% 0.99% -
XYZ 45.92 27.88 15.53 -
YUV 135.41 109.15 211.87 -
System Red Green Blue C M Y K H S L
Decimal 253 82 102 0 0.68 0.60 0.01 352.98 0.98 0.66
Hex FD 52 66 0 44 3C 1 161 62 42
Octal 375 122 146 0 104 74 1 541 142 102
Binary 11111101 1010010 1100110 0 1000100 111100 1 101100001 1100010 1000010

Color Harmonies of #FD5266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5266

Black with #FD5266

Text Example


Text Example

White with #FD5266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5266; }

 p { color: rgb(253,82,102); }

 H1.HeaderClassName
 {
   color: #FD5266;
 }
 .AnyTagClassName
 {
   color: #FD5266;
 }
</style>

background-color css

<style>
 a { background-color: #FD5266; }

 a { background-color: rgb(253,82,102); }

 div.DivClassName
 {
   background-color: #FD5266;
 }
 .BgClassName
 {
   background-color: #FD5266;
 }
</style>

border-color css

<style>
 span { border-color: #FD5266; }

 span { border-color: rgb(253,82,102); }

 td.TdClassName
 {
   border-color: #FD5266;
 }
 .TagClassName
 {
   border-color: #FD5266;
 }
</style>