Shades of Wild Watermelon #FC4C76
Tints of Wild Watermelon #FC4C76
RGB
CMYK
RGB Variations
Color information
#FC4C76 (or 0xFC4C76) is known color: Wild Watermelon. HEX triplet: FC, 4C and 76. RGB value is (252,76,118). Sum of RGB (Red+Green+Blue) = 252+76+118=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C76 is #03B389. Grayscale: #858585. Windows color (decimal): -242570 or 7752956. OLE color: 7752956.
HSL color Cylindrical-coordinate representation of color #FC4C76: hue angle of 345.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4C76 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 118 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.01 |
| HSL | 345.68º | 0.97% | 0.64% | - |
| HSV(B) | 345.68º | 0.7% | 0.99% | - |
| XYZ | 46 | 27.17 | 19.96 | - |
| YUV | 133.41 | 119.31 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 118 | 0 | 0.70 | 0.53 | 0.01 | 345.68 | 0.97 | 0.64 |
| Hex | FC | 4C | 76 | 0 | 46 | 35 | 1 | 15A | 61 | 40 |
| Octal | 374 | 114 | 166 | 0 | 106 | 65 | 1 | 532 | 141 | 100 |
| Binary | 11111100 | 1001100 | 1110110 | 0 | 1000110 | 110101 | 1 | 101011010 | 1100001 | 1000000 |
Color Harmonies of #FC4C76
Complementary color
Monochromatic Colors of #FC4C76
Black with #FC4C76
Text Example
Text Example
White with #FC4C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4C76; }
p { color: rgb(252,76,118); }
H1.HeaderClassName
{
color: #FC4C76;
}
.AnyTagClassName
{
color: #FC4C76;
}
</style>
background-color css
<style>
a { background-color: #FC4C76; }
a { background-color: rgb(252,76,118); }
div.DivClassName
{
background-color: #FC4C76;
}
.BgClassName
{
background-color: #FC4C76;
}
</style>
border-color css
<style>
span { border-color: #FC4C76; }
span { border-color: rgb(252,76,118); }
td.TdClassName
{
border-color: #FC4C76;
}
.TagClassName
{
border-color: #FC4C76;
}
</style>