Shades of Wild Watermelon #FF4F78
Tints of Wild Watermelon #FF4F78
RGB
CMYK
RGB Variations
Color information
#FF4F78 (or 0xFF4F78) is known color: Wild Watermelon. HEX triplet: FF, 4F and 78. RGB value is (255,79,120). Sum of RGB (Red+Green+Blue) = 255+79+120=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F78 is #00B087. Grayscale: #888888. Windows color (decimal): -45192 or 7884799. OLE color: 7884799.
HSL color Cylindrical-coordinate representation of color #FF4F78: hue angle of 346.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F78 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 120 | - |
| CMYK | 0 | 0.69 | 0.53 | 0 |
| HSL | 346.02º | 1% | 0.65% | - |
| HSV(B) | 346.02º | 0.69% | 1% | - |
| XYZ | 47.43 | 28.21 | 20.71 | - |
| YUV | 136.3 | 118.81 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 120 | 0 | 0.69 | 0.53 | 0 | 346.02 | 1 | 0.65 |
| Hex | FF | 4F | 78 | 0 | 45 | 35 | 0 | 15A | 64 | 41 |
| Octal | 377 | 117 | 170 | 0 | 105 | 65 | 0 | 532 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1111000 | 0 | 1000101 | 110101 | 0 | 101011010 | 1100100 | 1000001 |
Color Harmonies of #FF4F78
Complementary color
Monochromatic Colors of #FF4F78
Black with #FF4F78
Text Example
Text Example
White with #FF4F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F78; }
p { color: rgb(255,79,120); }
H1.HeaderClassName
{
color: #FF4F78;
}
.AnyTagClassName
{
color: #FF4F78;
}
</style>
background-color css
<style>
a { background-color: #FF4F78; }
a { background-color: rgb(255,79,120); }
div.DivClassName
{
background-color: #FF4F78;
}
.BgClassName
{
background-color: #FF4F78;
}
</style>
border-color css
<style>
span { border-color: #FF4F78; }
span { border-color: rgb(255,79,120); }
td.TdClassName
{
border-color: #FF4F78;
}
.TagClassName
{
border-color: #FF4F78;
}
</style>