Shades of Wild Watermelon #FC4D77
Tints of Wild Watermelon #FC4D77
RGB
CMYK
RGB Variations
Color information
#FC4D77 (or 0xFC4D77) is known color: Wild Watermelon. HEX triplet: FC, 4D and 77. RGB value is (252,77,119). Sum of RGB (Red+Green+Blue) = 252+77+119=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC4D77 is #03B288. Grayscale: #868686. Windows color (decimal): -242313 or 7818748. OLE color: 7818748.
HSL color Cylindrical-coordinate representation of color #FC4D77: hue angle of 345.6º 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 #FC4D77 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 119 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.01 |
| HSL | 345.6º | 0.97% | 0.65% | - |
| HSV(B) | 345.6º | 0.69% | 0.99% | - |
| XYZ | 46.13 | 27.34 | 20.3 | - |
| YUV | 134.11 | 119.48 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 119 | 0 | 0.69 | 0.53 | 0.01 | 345.6 | 0.97 | 0.65 |
| Hex | FC | 4D | 77 | 0 | 45 | 35 | 1 | 15A | 61 | 41 |
| Octal | 374 | 115 | 167 | 0 | 105 | 65 | 1 | 532 | 141 | 101 |
| Binary | 11111100 | 1001101 | 1110111 | 0 | 1000101 | 110101 | 1 | 101011010 | 1100001 | 1000001 |
Color Harmonies of #FC4D77
Complementary color
Monochromatic Colors of #FC4D77
Black with #FC4D77
Text Example
Text Example
White with #FC4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D77; }
p { color: rgb(252,77,119); }
H1.HeaderClassName
{
color: #FC4D77;
}
.AnyTagClassName
{
color: #FC4D77;
}
</style>
background-color css
<style>
a { background-color: #FC4D77; }
a { background-color: rgb(252,77,119); }
div.DivClassName
{
background-color: #FC4D77;
}
.BgClassName
{
background-color: #FC4D77;
}
</style>
border-color css
<style>
span { border-color: #FC4D77; }
span { border-color: rgb(252,77,119); }
td.TdClassName
{
border-color: #FC4D77;
}
.TagClassName
{
border-color: #FC4D77;
}
</style>