Shades of Wild Watermelon #FC5166
Tints of Wild Watermelon #FC5166
RGB
CMYK
RGB Variations
Color information
#FC5166 (or 0xFC5166) is known color: Wild Watermelon. HEX triplet: FC, 51 and 66. RGB value is (252,81,102). Sum of RGB (Red+Green+Blue) = 252+81+102=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5166 is #03AE99. Grayscale: #868686. Windows color (decimal): -241306 or 6705660. OLE color: 6705660.
HSL color Cylindrical-coordinate representation of color #FC5166: hue angle of 352.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC5166 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 102 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.01 |
| HSL | 352.63º | 0.97% | 0.65% | - |
| HSV(B) | 352.63º | 0.68% | 0.99% | - |
| XYZ | 45.49 | 27.54 | 15.49 | - |
| YUV | 134.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 102 | 0 | 0.68 | 0.60 | 0.01 | 352.63 | 0.97 | 0.65 |
| Hex | FC | 51 | 66 | 0 | 44 | 3C | 1 | 161 | 61 | 41 |
| Octal | 374 | 121 | 146 | 0 | 104 | 74 | 1 | 541 | 141 | 101 |
| Binary | 11111100 | 1010001 | 1100110 | 0 | 1000100 | 111100 | 1 | 101100001 | 1100001 | 1000001 |
Color Harmonies of #FC5166
Complementary color
Monochromatic Colors of #FC5166
Black with #FC5166
Text Example
Text Example
White with #FC5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5166; }
p { color: rgb(252,81,102); }
H1.HeaderClassName
{
color: #FC5166;
}
.AnyTagClassName
{
color: #FC5166;
}
</style>
background-color css
<style>
a { background-color: #FC5166; }
a { background-color: rgb(252,81,102); }
div.DivClassName
{
background-color: #FC5166;
}
.BgClassName
{
background-color: #FC5166;
}
</style>
border-color css
<style>
span { border-color: #FC5166; }
span { border-color: rgb(252,81,102); }
td.TdClassName
{
border-color: #FC5166;
}
.TagClassName
{
border-color: #FC5166;
}
</style>