Shades of Wild Watermelon #F16077
Tints of Wild Watermelon #F16077
RGB
CMYK
RGB Variations
Color information
#F16077 (or 0xF16077) is known color: Wild Watermelon. HEX triplet: F1, 60 and 77. RGB value is (241,96,119). Sum of RGB (Red+Green+Blue) = 241+96+119=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F16077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16077 is #0E9F88. Grayscale: #8E8E8E. Windows color (decimal): -958345 or 7823601. OLE color: 7823601.
HSL color Cylindrical-coordinate representation of color #F16077: hue angle of 350.48º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16077 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 119 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.05 |
| HSL | 350.48º | 0.84% | 0.66% | - |
| HSV(B) | 350.48º | 0.6% | 0.95% | - |
| XYZ | 43.79 | 28.4 | 20.63 | - |
| YUV | 141.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 119 | 0 | 0.60 | 0.51 | 0.05 | 350.48 | 0.84 | 0.66 |
| Hex | F1 | 60 | 77 | 0 | 3C | 33 | 5 | 15E | 54 | 42 |
| Octal | 361 | 140 | 167 | 0 | 74 | 63 | 5 | 536 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1110111 | 0 | 111100 | 110011 | 101 | 101011110 | 1010100 | 1000010 |
Color Harmonies of #F16077
Complementary color
Monochromatic Colors of #F16077
Black with #F16077
Text Example
Text Example
White with #F16077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16077; }
p { color: rgb(241,96,119); }
H1.HeaderClassName
{
color: #F16077;
}
.AnyTagClassName
{
color: #F16077;
}
</style>
background-color css
<style>
a { background-color: #F16077; }
a { background-color: rgb(241,96,119); }
div.DivClassName
{
background-color: #F16077;
}
.BgClassName
{
background-color: #F16077;
}
</style>
border-color css
<style>
span { border-color: #F16077; }
span { border-color: rgb(241,96,119); }
td.TdClassName
{
border-color: #F16077;
}
.TagClassName
{
border-color: #F16077;
}
</style>