Shades of Wild Watermelon #FC5976
Tints of Wild Watermelon #FC5976
RGB
CMYK
RGB Variations
Color information
#FC5976 (or 0xFC5976) is known color: Wild Watermelon. HEX triplet: FC, 59 and 76. RGB value is (252,89,118). Sum of RGB (Red+Green+Blue) = 252+89+118=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5976 is #03A689. Grayscale: #8D8D8D. Windows color (decimal): -239242 or 7756284. OLE color: 7756284.
HSL color Cylindrical-coordinate representation of color #FC5976: hue angle of 349.33º 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 #FC5976 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 118 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.01 |
| HSL | 349.33º | 0.96% | 0.67% | - |
| HSV(B) | 349.33º | 0.65% | 0.99% | - |
| XYZ | 46.99 | 29.15 | 20.29 | - |
| YUV | 141.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 118 | 0 | 0.65 | 0.53 | 0.01 | 349.33 | 0.96 | 0.67 |
| Hex | FC | 59 | 76 | 0 | 41 | 35 | 1 | 15D | 60 | 43 |
| Octal | 374 | 131 | 166 | 0 | 101 | 65 | 1 | 535 | 140 | 103 |
| Binary | 11111100 | 1011001 | 1110110 | 0 | 1000001 | 110101 | 1 | 101011101 | 1100000 | 1000011 |
Color Harmonies of #FC5976
Complementary color
Monochromatic Colors of #FC5976
Black with #FC5976
Text Example
Text Example
White with #FC5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5976; }
p { color: rgb(252,89,118); }
H1.HeaderClassName
{
color: #FC5976;
}
.AnyTagClassName
{
color: #FC5976;
}
</style>
background-color css
<style>
a { background-color: #FC5976; }
a { background-color: rgb(252,89,118); }
div.DivClassName
{
background-color: #FC5976;
}
.BgClassName
{
background-color: #FC5976;
}
</style>
border-color css
<style>
span { border-color: #FC5976; }
span { border-color: rgb(252,89,118); }
td.TdClassName
{
border-color: #FC5976;
}
.TagClassName
{
border-color: #FC5976;
}
</style>