Shades of Wild Watermelon #F06072
Tints of Wild Watermelon #F06072
RGB
CMYK
RGB Variations
Color information
#F06072 (or 0xF06072) is known color: Wild Watermelon. HEX triplet: F0, 60 and 72. RGB value is (240,96,114). Sum of RGB (Red+Green+Blue) = 240+96+114=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F06072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06072 is #0F9F8D. Grayscale: #8D8D8D. Windows color (decimal): -1023886 or 7495920. OLE color: 7495920.
HSL color Cylindrical-coordinate representation of color #F06072: hue angle of 352.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06072 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 114 | - |
| CMYK | 0 | 0.6 | 0.52 | 0.06 |
| HSL | 352.5º | 0.83% | 0.66% | - |
| HSV(B) | 352.5º | 0.6% | 0.94% | - |
| XYZ | 43.16 | 28.11 | 19.07 | - |
| YUV | 141.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 114 | 0 | 0.6 | 0.52 | 0.06 | 352.5 | 0.83 | 0.66 |
| Hex | F0 | 60 | 72 | 0 | 3C | 34 | 6 | 160 | 53 | 42 |
| Octal | 360 | 140 | 162 | 0 | 74 | 64 | 6 | 540 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1110010 | 0 | 111100 | 110100 | 110 | 101100000 | 1010011 | 1000010 |
Color Harmonies of #F06072
Complementary color
Monochromatic Colors of #F06072
Black with #F06072
Text Example
Text Example
White with #F06072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06072; }
p { color: rgb(240,96,114); }
H1.HeaderClassName
{
color: #F06072;
}
.AnyTagClassName
{
color: #F06072;
}
</style>
background-color css
<style>
a { background-color: #F06072; }
a { background-color: rgb(240,96,114); }
div.DivClassName
{
background-color: #F06072;
}
.BgClassName
{
background-color: #F06072;
}
</style>
border-color css
<style>
span { border-color: #F06072; }
span { border-color: rgb(240,96,114); }
td.TdClassName
{
border-color: #F06072;
}
.TagClassName
{
border-color: #F06072;
}
</style>