Shades of Wild Watermelon #F55F78
Tints of Wild Watermelon #F55F78
RGB
CMYK
RGB Variations
Color information
#F55F78 (or 0xF55F78) is known color: Wild Watermelon. HEX triplet: F5, 5F and 78. RGB value is (245,95,120). Sum of RGB (Red+Green+Blue) = 245+95+120=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F78 is #0AA087. Grayscale: #8E8E8E. Windows color (decimal): -696456 or 7888885. OLE color: 7888885.
HSL color Cylindrical-coordinate representation of color #F55F78: hue angle of 350º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F78 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 120 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.04 |
| HSL | 350º | 0.88% | 0.67% | - |
| HSV(B) | 350º | 0.61% | 0.96% | - |
| XYZ | 45.14 | 28.95 | 20.98 | - |
| YUV | 142.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 120 | 0 | 0.61 | 0.51 | 0.04 | 350 | 0.88 | 0.67 |
| Hex | F5 | 5F | 78 | 0 | 3D | 33 | 4 | 15E | 58 | 43 |
| Octal | 365 | 137 | 170 | 0 | 75 | 63 | 4 | 536 | 130 | 103 |
| Binary | 11110101 | 1011111 | 1111000 | 0 | 111101 | 110011 | 100 | 101011110 | 1011000 | 1000011 |
Color Harmonies of #F55F78
Complementary color
Monochromatic Colors of #F55F78
Black with #F55F78
Text Example
Text Example
White with #F55F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F78; }
p { color: rgb(245,95,120); }
H1.HeaderClassName
{
color: #F55F78;
}
.AnyTagClassName
{
color: #F55F78;
}
</style>
background-color css
<style>
a { background-color: #F55F78; }
a { background-color: rgb(245,95,120); }
div.DivClassName
{
background-color: #F55F78;
}
.BgClassName
{
background-color: #F55F78;
}
</style>
border-color css
<style>
span { border-color: #F55F78; }
span { border-color: rgb(245,95,120); }
td.TdClassName
{
border-color: #F55F78;
}
.TagClassName
{
border-color: #F55F78;
}
</style>