Html Css Color HEX #FC5066 Wild Watermelon

📋 copy color: '#FC5066'

red 252 ◦ green 80 ◦ blue 102

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

Shades of Wild Watermelon #FC5066

Tints of Wild Watermelon #FC5066

RGB

 RED value IS 252 (98.83% from 255) = 58.06%

 GREEN value IS 80 (31.64% from 255) = 18.43%

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

R = 58.06%
G = 18.43%
B = 23.5%

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

#FC5066 (or 0xFC5066) is known color: Wild Watermelon. HEX triplet: FC, 50 and 66. RGB value is (252,80,102). Sum of RGB (Red+Green+Blue) = 252+80+102=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5066 is #03AF99. Grayscale: #868686. Windows color (decimal): -241562 or 6705404. OLE color: 6705404.

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

Color convert

RGB 252 80 102 -
CMYK 0 0.68 0.60 0.01
HSL 352.33º 0.97% 0.65% -
HSV(B) 352.33º 0.68% 0.99% -
XYZ 45.41 27.39 15.46 -
YUV 133.94 109.98 212.21 -
System Red Green Blue C M Y K H S L
Decimal 252 80 102 0 0.68 0.60 0.01 352.33 0.97 0.65
Hex FC 50 66 0 44 3C 1 160 61 41
Octal 374 120 146 0 104 74 1 540 141 101
Binary 11111100 1010000 1100110 0 1000100 111100 1 101100000 1100001 1000001

Color Harmonies of #FC5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5066

Black with #FC5066

Text Example


Text Example

White with #FC5066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5066; }

 p { color: rgb(252,80,102); }

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

background-color css

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

 a { background-color: rgb(252,80,102); }

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

border-color css

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

 span { border-color: rgb(252,80,102); }

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