Shades of Wild Watermelon #FC5866
Tints of Wild Watermelon #FC5866
RGB
CMYK
RGB Variations
Color information
#FC5866 (or 0xFC5866) is known color: Wild Watermelon. HEX triplet: FC, 58 and 66. RGB value is (252,88,102). Sum of RGB (Red+Green+Blue) = 252+88+102=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5866 is #03A799. Grayscale: #8A8A8A. Windows color (decimal): -239514 or 6707452. OLE color: 6707452.
HSL color Cylindrical-coordinate representation of color #FC5866: hue angle of 354.88º 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 #FC5866 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 102 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.01 |
| HSL | 354.88º | 0.96% | 0.67% | - |
| HSV(B) | 354.88º | 0.65% | 0.99% | - |
| XYZ | 46.03 | 28.63 | 15.67 | - |
| YUV | 138.63 | 107.33 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 102 | 0 | 0.65 | 0.60 | 0.01 | 354.88 | 0.96 | 0.67 |
| Hex | FC | 58 | 66 | 0 | 41 | 3C | 1 | 163 | 60 | 43 |
| Octal | 374 | 130 | 146 | 0 | 101 | 74 | 1 | 543 | 140 | 103 |
| Binary | 11111100 | 1011000 | 1100110 | 0 | 1000001 | 111100 | 1 | 101100011 | 1100000 | 1000011 |
Color Harmonies of #FC5866
Complementary color
Monochromatic Colors of #FC5866
Black with #FC5866
Text Example
Text Example
White with #FC5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5866; }
p { color: rgb(252,88,102); }
H1.HeaderClassName
{
color: #FC5866;
}
.AnyTagClassName
{
color: #FC5866;
}
</style>
background-color css
<style>
a { background-color: #FC5866; }
a { background-color: rgb(252,88,102); }
div.DivClassName
{
background-color: #FC5866;
}
.BgClassName
{
background-color: #FC5866;
}
</style>
border-color css
<style>
span { border-color: #FC5866; }
span { border-color: rgb(252,88,102); }
td.TdClassName
{
border-color: #FC5866;
}
.TagClassName
{
border-color: #FC5866;
}
</style>