Shades of Wild Watermelon #F16272
Tints of Wild Watermelon #F16272
RGB
CMYK
RGB Variations
Color information
#F16272 (or 0xF16272) is known color: Wild Watermelon. HEX triplet: F1, 62 and 72. RGB value is (241,98,114). Sum of RGB (Red+Green+Blue) = 241+98+114=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F16272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16272 is #0E9D8D. Grayscale: #8E8E8E. Windows color (decimal): -957838 or 7496433. OLE color: 7496433.
HSL color Cylindrical-coordinate representation of color #F16272: hue angle of 353.29º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16272 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 114 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.05 |
| HSL | 353.29º | 0.84% | 0.66% | - |
| HSV(B) | 353.29º | 0.59% | 0.95% | - |
| XYZ | 43.68 | 28.65 | 19.15 | - |
| YUV | 142.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 114 | 0 | 0.59 | 0.53 | 0.05 | 353.29 | 0.84 | 0.66 |
| Hex | F1 | 62 | 72 | 0 | 3B | 35 | 5 | 161 | 54 | 42 |
| Octal | 361 | 142 | 162 | 0 | 73 | 65 | 5 | 541 | 124 | 102 |
| Binary | 11110001 | 1100010 | 1110010 | 0 | 111011 | 110101 | 101 | 101100001 | 1010100 | 1000010 |
Color Harmonies of #F16272
Complementary color
Monochromatic Colors of #F16272
Black with #F16272
Text Example
Text Example
White with #F16272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16272; }
p { color: rgb(241,98,114); }
H1.HeaderClassName
{
color: #F16272;
}
.AnyTagClassName
{
color: #F16272;
}
</style>
background-color css
<style>
a { background-color: #F16272; }
a { background-color: rgb(241,98,114); }
div.DivClassName
{
background-color: #F16272;
}
.BgClassName
{
background-color: #F16272;
}
</style>
border-color css
<style>
span { border-color: #F16272; }
span { border-color: rgb(241,98,114); }
td.TdClassName
{
border-color: #F16272;
}
.TagClassName
{
border-color: #F16272;
}
</style>