Shades of Wild Watermelon #FC5564
Tints of Wild Watermelon #FC5564
RGB
CMYK
RGB Variations
Color information
#FC5564 (or 0xFC5564) is known color: Wild Watermelon. HEX triplet: FC, 55 and 64. RGB value is (252,85,100). Sum of RGB (Red+Green+Blue) = 252+85+100=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5564 is #03AA9B. Grayscale: #888888. Windows color (decimal): -240284 or 6575612. OLE color: 6575612.
HSL color Cylindrical-coordinate representation of color #FC5564: hue angle of 354.61º 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 #FC5564 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 100 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.01 |
| HSL | 354.61º | 0.97% | 0.66% | - |
| HSV(B) | 354.61º | 0.66% | 0.99% | - |
| XYZ | 45.69 | 28.11 | 15.07 | - |
| YUV | 136.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 100 | 0 | 0.66 | 0.60 | 0.01 | 354.61 | 0.97 | 0.66 |
| Hex | FC | 55 | 64 | 0 | 42 | 3C | 1 | 163 | 61 | 42 |
| Octal | 374 | 125 | 144 | 0 | 102 | 74 | 1 | 543 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1100100 | 0 | 1000010 | 111100 | 1 | 101100011 | 1100001 | 1000010 |
Color Harmonies of #FC5564
Complementary color
Monochromatic Colors of #FC5564
Black with #FC5564
Text Example
Text Example
White with #FC5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5564; }
p { color: rgb(252,85,100); }
H1.HeaderClassName
{
color: #FC5564;
}
.AnyTagClassName
{
color: #FC5564;
}
</style>
background-color css
<style>
a { background-color: #FC5564; }
a { background-color: rgb(252,85,100); }
div.DivClassName
{
background-color: #FC5564;
}
.BgClassName
{
background-color: #FC5564;
}
</style>
border-color css
<style>
span { border-color: #FC5564; }
span { border-color: rgb(252,85,100); }
td.TdClassName
{
border-color: #FC5564;
}
.TagClassName
{
border-color: #FC5564;
}
</style>