Shades of Wild Watermelon #FC5972
Tints of Wild Watermelon #FC5972
RGB
CMYK
RGB Variations
Color information
#FC5972 (or 0xFC5972) is known color: Wild Watermelon. HEX triplet: FC, 59 and 72. RGB value is (252,89,114). Sum of RGB (Red+Green+Blue) = 252+89+114=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5972 is #03A68D. Grayscale: #8C8C8C. Windows color (decimal): -239246 or 7494140. OLE color: 7494140.
HSL color Cylindrical-coordinate representation of color #FC5972: hue angle of 350.8º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5972 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 114 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.01 |
| HSL | 350.8º | 0.96% | 0.67% | - |
| HSV(B) | 350.8º | 0.65% | 0.99% | - |
| XYZ | 46.75 | 29.06 | 19.06 | - |
| YUV | 140.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 114 | 0 | 0.65 | 0.55 | 0.01 | 350.8 | 0.96 | 0.67 |
| Hex | FC | 59 | 72 | 0 | 41 | 37 | 1 | 15F | 60 | 43 |
| Octal | 374 | 131 | 162 | 0 | 101 | 67 | 1 | 537 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1110010 | 0 | 1000001 | 110111 | 1 | 101011111 | 1100000 | 1000011 |
Color Harmonies of #FC5972
Complementary color
Monochromatic Colors of #FC5972
Black with #FC5972
Text Example
Text Example
White with #FC5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5972; }
p { color: rgb(252,89,114); }
H1.HeaderClassName
{
color: #FC5972;
}
.AnyTagClassName
{
color: #FC5972;
}
</style>
background-color css
<style>
a { background-color: #FC5972; }
a { background-color: rgb(252,89,114); }
div.DivClassName
{
background-color: #FC5972;
}
.BgClassName
{
background-color: #FC5972;
}
</style>
border-color css
<style>
span { border-color: #FC5972; }
span { border-color: rgb(252,89,114); }
td.TdClassName
{
border-color: #FC5972;
}
.TagClassName
{
border-color: #FC5972;
}
</style>