Shades of Wild Watermelon #FC4D66
Tints of Wild Watermelon #FC4D66
RGB
CMYK
RGB Variations
Color information
#FC4D66 (or 0xFC4D66) is known color: Wild Watermelon. HEX triplet: FC, 4D and 66. RGB value is (252,77,102). Sum of RGB (Red+Green+Blue) = 252+77+102=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D66 is #03B299. Grayscale: #848484. Windows color (decimal): -242330 or 6704636. OLE color: 6704636.
HSL color Cylindrical-coordinate representation of color #FC4D66: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4D66 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 102 | - |
| CMYK | 0 | 0.69 | 0.60 | 0.01 |
| HSL | 351.43º | 0.97% | 0.65% | - |
| HSV(B) | 351.43º | 0.69% | 0.99% | - |
| XYZ | 45.2 | 26.96 | 15.39 | - |
| YUV | 132.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 102 | 0 | 0.69 | 0.60 | 0.01 | 351.43 | 0.97 | 0.65 |
| Hex | FC | 4D | 66 | 0 | 45 | 3C | 1 | 15F | 61 | 41 |
| Octal | 374 | 115 | 146 | 0 | 105 | 74 | 1 | 537 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1100110 | 0 | 1000101 | 111100 | 1 | 101011111 | 1100001 | 1000001 |
Color Harmonies of #FC4D66
Complementary color
Monochromatic Colors of #FC4D66
Black with #FC4D66
Text Example
Text Example
White with #FC4D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D66; }
p { color: rgb(252,77,102); }
H1.HeaderClassName
{
color: #FC4D66;
}
.AnyTagClassName
{
color: #FC4D66;
}
</style>
background-color css
<style>
a { background-color: #FC4D66; }
a { background-color: rgb(252,77,102); }
div.DivClassName
{
background-color: #FC4D66;
}
.BgClassName
{
background-color: #FC4D66;
}
</style>
border-color css
<style>
span { border-color: #FC4D66; }
span { border-color: rgb(252,77,102); }
td.TdClassName
{
border-color: #FC4D66;
}
.TagClassName
{
border-color: #FC4D66;
}
</style>