Shades of Wild Watermelon #F45F77
Tints of Wild Watermelon #F45F77
RGB
CMYK
RGB Variations
Color information
#F45F77 (or 0xF45F77) is known color: Wild Watermelon. HEX triplet: F4, 5F and 77. RGB value is (244,95,119). Sum of RGB (Red+Green+Blue) = 244+95+119=458 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.28% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45F77 is #0BA088. Grayscale: #8E8E8E. Windows color (decimal): -761993 or 7823348. OLE color: 7823348.
HSL color Cylindrical-coordinate representation of color #F45F77: hue angle of 350.34º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45F77 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 95 | 119 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.04 |
| HSL | 350.34º | 0.87% | 0.66% | - |
| HSV(B) | 350.34º | 0.61% | 0.96% | - |
| XYZ | 44.73 | 28.75 | 20.64 | - |
| YUV | 142.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 95 | 119 | 0 | 0.61 | 0.51 | 0.04 | 350.34 | 0.87 | 0.66 |
| Hex | F4 | 5F | 77 | 0 | 3D | 33 | 4 | 15E | 57 | 42 |
| Octal | 364 | 137 | 167 | 0 | 75 | 63 | 4 | 536 | 127 | 102 |
| Binary | 11110100 | 1011111 | 1110111 | 0 | 111101 | 110011 | 100 | 101011110 | 1010111 | 1000010 |
Color Harmonies of #F45F77
Complementary color
Monochromatic Colors of #F45F77
Black with #F45F77
Text Example
Text Example
White with #F45F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45F77; }
p { color: rgb(244,95,119); }
H1.HeaderClassName
{
color: #F45F77;
}
.AnyTagClassName
{
color: #F45F77;
}
</style>
background-color css
<style>
a { background-color: #F45F77; }
a { background-color: rgb(244,95,119); }
div.DivClassName
{
background-color: #F45F77;
}
.BgClassName
{
background-color: #F45F77;
}
</style>
border-color css
<style>
span { border-color: #F45F77; }
span { border-color: rgb(244,95,119); }
td.TdClassName
{
border-color: #F45F77;
}
.TagClassName
{
border-color: #F45F77;
}
</style>