#FC5B66

Color #FC5B66 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FC5B66

Tints of Wild Watermelon #FC5B66

Color information

#FC5B66 (or 0xFC5B66) is unknown color: approx Wild Watermelon. HEX triplet: FC, 5B and 66. RGB value is (252,91,102). Sum of RGB (Red+Green+Blue) = 252+91+102=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B66 is #03A499. Grayscale: #8C8C8C. Windows color (decimal): -238746 or 6708220. OLE color: 6708220.

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

Color convert

RGB25291102-
CMYK00.640.600.01
HSL355.9º96.41%67.25%-
HSV(B)355.9º63.89%98.82%-
XYZ46.2829.1415.75-
YUV140.39106.34207.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=56.63%
G=20.45%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529110200.640.600.01355.996.4167.25
HexFC5B660403C11646043
Octal3741331460100741544140103
Binary111111001011011110011001000000111100110110010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5B66; }

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

 H1.HeaderClassName
 {
   color: #FC5B66;
 }
 .AnyTagClassName
 {
   color: #FC5B66;
 }
</style>
background-color css

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

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

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

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

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

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