Shades of Wild Watermelon #F15072
Tints of Wild Watermelon #F15072
RGB
CMYK
RGB Variations
Color information
#F15072 (or 0xF15072) is known color: Wild Watermelon. HEX triplet: F1, 50 and 72. RGB value is (241,80,114). Sum of RGB (Red+Green+Blue) = 241+80+114=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F15072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15072 is #0EAF8D. Grayscale: #848484. Windows color (decimal): -962446 or 7491825. OLE color: 7491825.
HSL color Cylindrical-coordinate representation of color #F15072: hue angle of 347.33º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F15072 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 114 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.05 |
| HSL | 347.33º | 0.85% | 0.63% | - |
| HSV(B) | 347.33º | 0.67% | 0.95% | - |
| XYZ | 42.18 | 25.65 | 18.65 | - |
| YUV | 132.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 114 | 0 | 0.67 | 0.53 | 0.05 | 347.33 | 0.85 | 0.63 |
| Hex | F1 | 50 | 72 | 0 | 43 | 35 | 5 | 15B | 55 | 3F |
| Octal | 361 | 120 | 162 | 0 | 103 | 65 | 5 | 533 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1110010 | 0 | 1000011 | 110101 | 101 | 101011011 | 1010101 | 111111 |
Color Harmonies of #F15072
Complementary color
Monochromatic Colors of #F15072
Black with #F15072
Text Example
Text Example
White with #F15072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15072; }
p { color: rgb(241,80,114); }
H1.HeaderClassName
{
color: #F15072;
}
.AnyTagClassName
{
color: #F15072;
}
</style>
background-color css
<style>
a { background-color: #F15072; }
a { background-color: rgb(241,80,114); }
div.DivClassName
{
background-color: #F15072;
}
.BgClassName
{
background-color: #F15072;
}
</style>
border-color css
<style>
span { border-color: #F15072; }
span { border-color: rgb(241,80,114); }
td.TdClassName
{
border-color: #F15072;
}
.TagClassName
{
border-color: #F15072;
}
</style>