Shades of Wild Watermelon #FC4D76
Tints of Wild Watermelon #FC4D76
RGB
CMYK
RGB Variations
Color information
#FC4D76 (or 0xFC4D76) is known color: Wild Watermelon. HEX triplet: FC, 4D and 76. RGB value is (252,77,118). Sum of RGB (Red+Green+Blue) = 252+77+118=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D76 is #03B289. Grayscale: #868686. Windows color (decimal): -242314 or 7753212. OLE color: 7753212.
HSL color Cylindrical-coordinate representation of color #FC4D76: hue angle of 345.94º 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 #FC4D76 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 118 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.01 |
| HSL | 345.94º | 0.97% | 0.65% | - |
| HSV(B) | 345.94º | 0.69% | 0.99% | - |
| XYZ | 46.07 | 27.31 | 19.98 | - |
| YUV | 134 | 118.98 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 118 | 0 | 0.69 | 0.53 | 0.01 | 345.94 | 0.97 | 0.65 |
| Hex | FC | 4D | 76 | 0 | 45 | 35 | 1 | 15A | 61 | 41 |
| Octal | 374 | 115 | 166 | 0 | 105 | 65 | 1 | 532 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1110110 | 0 | 1000101 | 110101 | 1 | 101011010 | 1100001 | 1000001 |
Color Harmonies of #FC4D76
Complementary color
Monochromatic Colors of #FC4D76
Black with #FC4D76
Text Example
Text Example
White with #FC4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D76; }
p { color: rgb(252,77,118); }
H1.HeaderClassName
{
color: #FC4D76;
}
.AnyTagClassName
{
color: #FC4D76;
}
</style>
background-color css
<style>
a { background-color: #FC4D76; }
a { background-color: rgb(252,77,118); }
div.DivClassName
{
background-color: #FC4D76;
}
.BgClassName
{
background-color: #FC4D76;
}
</style>
border-color css
<style>
span { border-color: #FC4D76; }
span { border-color: rgb(252,77,118); }
td.TdClassName
{
border-color: #FC4D76;
}
.TagClassName
{
border-color: #FC4D76;
}
</style>