Shades of Wild Watermelon #FC5666
Tints of Wild Watermelon #FC5666
RGB
CMYK
RGB Variations
Color information
#FC5666 (or 0xFC5666) is known color: Wild Watermelon. HEX triplet: FC, 56 and 66. RGB value is (252,86,102). Sum of RGB (Red+Green+Blue) = 252+86+102=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5666 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5666 is #03A999. Grayscale: #898989. Windows color (decimal): -240026 or 6706940. OLE color: 6706940.
HSL color Cylindrical-coordinate representation of color #FC5666: hue angle of 354.22º 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 #FC5666 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 86 | 102 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.01 |
| HSL | 354.22º | 0.97% | 0.66% | - |
| HSV(B) | 354.22º | 0.66% | 0.99% | - |
| XYZ | 45.87 | 28.31 | 15.62 | - |
| YUV | 137.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 86 | 102 | 0 | 0.66 | 0.60 | 0.01 | 354.22 | 0.97 | 0.66 |
| Hex | FC | 56 | 66 | 0 | 42 | 3C | 1 | 162 | 61 | 42 |
| Octal | 374 | 126 | 146 | 0 | 102 | 74 | 1 | 542 | 141 | 102 |
| Binary | 11111100 | 1010110 | 1100110 | 0 | 1000010 | 111100 | 1 | 101100010 | 1100001 | 1000010 |
Color Harmonies of #FC5666
Complementary color
Monochromatic Colors of #FC5666
Black with #FC5666
Text Example
Text Example
White with #FC5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5666; }
p { color: rgb(252,86,102); }
H1.HeaderClassName
{
color: #FC5666;
}
.AnyTagClassName
{
color: #FC5666;
}
</style>
background-color css
<style>
a { background-color: #FC5666; }
a { background-color: rgb(252,86,102); }
div.DivClassName
{
background-color: #FC5666;
}
.BgClassName
{
background-color: #FC5666;
}
</style>
border-color css
<style>
span { border-color: #FC5666; }
span { border-color: rgb(252,86,102); }
td.TdClassName
{
border-color: #FC5666;
}
.TagClassName
{
border-color: #FC5666;
}
</style>