Shades of Wild Watermelon #FC5566
Tints of Wild Watermelon #FC5566
RGB
CMYK
RGB Variations
Color information
#FC5566 (or 0xFC5566) is known color: Wild Watermelon. HEX triplet: FC, 55 and 66. RGB value is (252,85,102). Sum of RGB (Red+Green+Blue) = 252+85+102=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5566 is #03AA99. Grayscale: #888888. Windows color (decimal): -240282 or 6706684. OLE color: 6706684.
HSL color Cylindrical-coordinate representation of color #FC5566: hue angle of 353.89º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC5566 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 102 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.01 |
| HSL | 353.89º | 0.97% | 0.66% | - |
| HSV(B) | 353.89º | 0.66% | 0.99% | - |
| XYZ | 45.79 | 28.15 | 15.59 | - |
| YUV | 136.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 102 | 0 | 0.66 | 0.60 | 0.01 | 353.89 | 0.97 | 0.66 |
| Hex | FC | 55 | 66 | 0 | 42 | 3C | 1 | 162 | 61 | 42 |
| Octal | 374 | 125 | 146 | 0 | 102 | 74 | 1 | 542 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1100110 | 0 | 1000010 | 111100 | 1 | 101100010 | 1100001 | 1000010 |
Color Harmonies of #FC5566
Complementary color
Monochromatic Colors of #FC5566
Black with #FC5566
Text Example
Text Example
White with #FC5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5566; }
p { color: rgb(252,85,102); }
H1.HeaderClassName
{
color: #FC5566;
}
.AnyTagClassName
{
color: #FC5566;
}
</style>
background-color css
<style>
a { background-color: #FC5566; }
a { background-color: rgb(252,85,102); }
div.DivClassName
{
background-color: #FC5566;
}
.BgClassName
{
background-color: #FC5566;
}
</style>
border-color css
<style>
span { border-color: #FC5566; }
span { border-color: rgb(252,85,102); }
td.TdClassName
{
border-color: #FC5566;
}
.TagClassName
{
border-color: #FC5566;
}
</style>