Shades of Wild Watermelon #FF4C76
Tints of Wild Watermelon #FF4C76
RGB
CMYK
RGB Variations
Color information
#FF4C76 (or 0xFF4C76) is known color: Wild Watermelon. HEX triplet: FF, 4C and 76. RGB value is (255,76,118). Sum of RGB (Red+Green+Blue) = 255+76+118=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C76 is #00B389. Grayscale: #868686. Windows color (decimal): -45962 or 7752959. OLE color: 7752959.
HSL color Cylindrical-coordinate representation of color #FF4C76: hue angle of 345.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C76 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 118 | - |
| CMYK | 0 | 0.70 | 0.54 | 0 |
| HSL | 345.92º | 1% | 0.65% | - |
| HSV(B) | 345.92º | 0.7% | 1% | - |
| XYZ | 47.09 | 27.74 | 20.01 | - |
| YUV | 134.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 118 | 0 | 0.70 | 0.54 | 0 | 345.92 | 1 | 0.65 |
| Hex | FF | 4C | 76 | 0 | 46 | 36 | 0 | 15A | 64 | 41 |
| Octal | 377 | 114 | 166 | 0 | 106 | 66 | 0 | 532 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1110110 | 0 | 1000110 | 110110 | 0 | 101011010 | 1100100 | 1000001 |
Color Harmonies of #FF4C76
Complementary color
Monochromatic Colors of #FF4C76
Black with #FF4C76
Text Example
Text Example
White with #FF4C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C76; }
p { color: rgb(255,76,118); }
H1.HeaderClassName
{
color: #FF4C76;
}
.AnyTagClassName
{
color: #FF4C76;
}
</style>
background-color css
<style>
a { background-color: #FF4C76; }
a { background-color: rgb(255,76,118); }
div.DivClassName
{
background-color: #FF4C76;
}
.BgClassName
{
background-color: #FF4C76;
}
</style>
border-color css
<style>
span { border-color: #FF4C76; }
span { border-color: rgb(255,76,118); }
td.TdClassName
{
border-color: #FF4C76;
}
.TagClassName
{
border-color: #FF4C76;
}
</style>