Shades of Wild Watermelon #FF4C79
Tints of Wild Watermelon #FF4C79
RGB
CMYK
RGB Variations
Color information
#FF4C79 (or 0xFF4C79) is known color: Wild Watermelon. HEX triplet: FF, 4C and 79. RGB value is (255,76,121). Sum of RGB (Red+Green+Blue) = 255+76+121=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C79 is #00B386. Grayscale: #868686. Windows color (decimal): -45959 or 7949567. OLE color: 7949567.
HSL color Cylindrical-coordinate representation of color #FF4C79: hue angle of 344.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 #FF4C79 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 121 | - |
| CMYK | 0 | 0.70 | 0.53 | 0 |
| HSL | 344.92º | 1% | 0.65% | - |
| HSV(B) | 344.92º | 0.7% | 1% | - |
| XYZ | 47.28 | 27.81 | 20.97 | - |
| YUV | 134.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 121 | 0 | 0.70 | 0.53 | 0 | 344.92 | 1 | 0.65 |
| Hex | FF | 4C | 79 | 0 | 46 | 35 | 0 | 159 | 64 | 41 |
| Octal | 377 | 114 | 171 | 0 | 106 | 65 | 0 | 531 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1111001 | 0 | 1000110 | 110101 | 0 | 101011001 | 1100100 | 1000001 |
Color Harmonies of #FF4C79
Complementary color
Monochromatic Colors of #FF4C79
Black with #FF4C79
Text Example
Text Example
White with #FF4C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C79; }
p { color: rgb(255,76,121); }
H1.HeaderClassName
{
color: #FF4C79;
}
.AnyTagClassName
{
color: #FF4C79;
}
</style>
background-color css
<style>
a { background-color: #FF4C79; }
a { background-color: rgb(255,76,121); }
div.DivClassName
{
background-color: #FF4C79;
}
.BgClassName
{
background-color: #FF4C79;
}
</style>
border-color css
<style>
span { border-color: #FF4C79; }
span { border-color: rgb(255,76,121); }
td.TdClassName
{
border-color: #FF4C79;
}
.TagClassName
{
border-color: #FF4C79;
}
</style>