Shades of Wild Watermelon #FF4C7C
Tints of Wild Watermelon #FF4C7C
RGB
CMYK
RGB Variations
Color information
#FF4C7C (or 0xFF4C7C) is known color: Wild Watermelon. HEX triplet: FF, 4C and 7C. RGB value is (255,76,124). Sum of RGB (Red+Green+Blue) = 255+76+124=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C7C is #00B383. Grayscale: #868686. Windows color (decimal): -45956 or 8146175. OLE color: 8146175.
HSL color Cylindrical-coordinate representation of color #FF4C7C: hue angle of 343.91º 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 #FF4C7C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 124 | - |
| CMYK | 0 | 0.70 | 0.51 | 0 |
| HSL | 343.91º | 1% | 0.65% | - |
| HSV(B) | 343.91º | 0.7% | 1% | - |
| XYZ | 47.46 | 27.88 | 21.95 | - |
| YUV | 134.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 124 | 0 | 0.70 | 0.51 | 0 | 343.91 | 1 | 0.65 |
| Hex | FF | 4C | 7C | 0 | 46 | 33 | 0 | 158 | 64 | 41 |
| Octal | 377 | 114 | 174 | 0 | 106 | 63 | 0 | 530 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1111100 | 0 | 1000110 | 110011 | 0 | 101011000 | 1100100 | 1000001 |
Color Harmonies of #FF4C7C
Complementary color
Monochromatic Colors of #FF4C7C
Black with #FF4C7C
Text Example
Text Example
White with #FF4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C7C; }
p { color: rgb(255,76,124); }
H1.HeaderClassName
{
color: #FF4C7C;
}
.AnyTagClassName
{
color: #FF4C7C;
}
</style>
background-color css
<style>
a { background-color: #FF4C7C; }
a { background-color: rgb(255,76,124); }
div.DivClassName
{
background-color: #FF4C7C;
}
.BgClassName
{
background-color: #FF4C7C;
}
</style>
border-color css
<style>
span { border-color: #FF4C7C; }
span { border-color: rgb(255,76,124); }
td.TdClassName
{
border-color: #FF4C7C;
}
.TagClassName
{
border-color: #FF4C7C;
}
</style>