Shades of Wild Watermelon #F15071
Tints of Wild Watermelon #F15071
RGB
CMYK
RGB Variations
Color information
#F15071 (or 0xF15071) is known color: Wild Watermelon. HEX triplet: F1, 50 and 71. RGB value is (241,80,113). Sum of RGB (Red+Green+Blue) = 241+80+113=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F15071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15071 is #0EAF8E. Grayscale: #838383. Windows color (decimal): -962447 or 7426289. OLE color: 7426289.
HSL color Cylindrical-coordinate representation of color #F15071: hue angle of 347.7º 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 #F15071 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 113 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.05 |
| HSL | 347.7º | 0.85% | 0.63% | - |
| HSV(B) | 347.7º | 0.67% | 0.95% | - |
| XYZ | 42.12 | 25.63 | 18.35 | - |
| YUV | 131.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 113 | 0 | 0.67 | 0.53 | 0.05 | 347.7 | 0.85 | 0.63 |
| Hex | F1 | 50 | 71 | 0 | 43 | 35 | 5 | 15C | 55 | 3F |
| Octal | 361 | 120 | 161 | 0 | 103 | 65 | 5 | 534 | 125 | 77 |
| Binary | 11110001 | 1010000 | 1110001 | 0 | 1000011 | 110101 | 101 | 101011100 | 1010101 | 111111 |
Color Harmonies of #F15071
Complementary color
Monochromatic Colors of #F15071
Black with #F15071
Text Example
Text Example
White with #F15071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15071; }
p { color: rgb(241,80,113); }
H1.HeaderClassName
{
color: #F15071;
}
.AnyTagClassName
{
color: #F15071;
}
</style>
background-color css
<style>
a { background-color: #F15071; }
a { background-color: rgb(241,80,113); }
div.DivClassName
{
background-color: #F15071;
}
.BgClassName
{
background-color: #F15071;
}
</style>
border-color css
<style>
span { border-color: #F15071; }
span { border-color: rgb(241,80,113); }
td.TdClassName
{
border-color: #F15071;
}
.TagClassName
{
border-color: #F15071;
}
</style>