Shades of Wild Watermelon #F05A72
Tints of Wild Watermelon #F05A72
RGB
CMYK
RGB Variations
Color information
#F05A72 (or 0xF05A72) is known color: Wild Watermelon. HEX triplet: F0, 5A and 72. RGB value is (240,90,114). Sum of RGB (Red+Green+Blue) = 240+90+114=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A72 is #0FA58D. Grayscale: #898989. Windows color (decimal): -1025422 or 7494384. OLE color: 7494384.
HSL color Cylindrical-coordinate representation of color #F05A72: hue angle of 350.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05A72 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 114 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.06 |
| HSL | 350.4º | 0.83% | 0.65% | - |
| HSV(B) | 350.4º | 0.63% | 0.94% | - |
| XYZ | 42.63 | 27.05 | 18.89 | - |
| YUV | 137.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 114 | 0 | 0.62 | 0.52 | 0.06 | 350.4 | 0.83 | 0.65 |
| Hex | F0 | 5A | 72 | 0 | 3E | 34 | 6 | 15E | 53 | 41 |
| Octal | 360 | 132 | 162 | 0 | 76 | 64 | 6 | 536 | 123 | 101 |
| Binary | 11110000 | 1011010 | 1110010 | 0 | 111110 | 110100 | 110 | 101011110 | 1010011 | 1000001 |
Color Harmonies of #F05A72
Complementary color
Monochromatic Colors of #F05A72
Black with #F05A72
Text Example
Text Example
White with #F05A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A72; }
p { color: rgb(240,90,114); }
H1.HeaderClassName
{
color: #F05A72;
}
.AnyTagClassName
{
color: #F05A72;
}
</style>
background-color css
<style>
a { background-color: #F05A72; }
a { background-color: rgb(240,90,114); }
div.DivClassName
{
background-color: #F05A72;
}
.BgClassName
{
background-color: #F05A72;
}
</style>
border-color css
<style>
span { border-color: #F05A72; }
span { border-color: rgb(240,90,114); }
td.TdClassName
{
border-color: #F05A72;
}
.TagClassName
{
border-color: #F05A72;
}
</style>