Shades of Wild Watermelon #F15260
Tints of Wild Watermelon #F15260
RGB
CMYK
RGB Variations
Color information
#F15260 (or 0xF15260) is known color: Wild Watermelon. HEX triplet: F1, 52 and 60. RGB value is (241,82,96). Sum of RGB (Red+Green+Blue) = 241+82+96=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F15260 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15260 is #0EAD9F. Grayscale: #838383. Windows color (decimal): -961952 or 6312689. OLE color: 6312689.
HSL color Cylindrical-coordinate representation of color #F15260: hue angle of 354.72º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15260 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 96 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.05 |
| HSL | 354.72º | 0.85% | 0.63% | - |
| HSV(B) | 354.72º | 0.66% | 0.95% | - |
| XYZ | 41.4 | 25.58 | 13.82 | - |
| YUV | 131.14 | 108.18 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 96 | 0 | 0.66 | 0.60 | 0.05 | 354.72 | 0.85 | 0.63 |
| Hex | F1 | 52 | 60 | 0 | 42 | 3C | 5 | 163 | 55 | 3F |
| Octal | 361 | 122 | 140 | 0 | 102 | 74 | 5 | 543 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1100000 | 0 | 1000010 | 111100 | 101 | 101100011 | 1010101 | 111111 |
Color Harmonies of #F15260
Complementary color
Monochromatic Colors of #F15260
Black with #F15260
Text Example
Text Example
White with #F15260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15260; }
p { color: rgb(241,82,96); }
H1.HeaderClassName
{
color: #F15260;
}
.AnyTagClassName
{
color: #F15260;
}
</style>
background-color css
<style>
a { background-color: #F15260; }
a { background-color: rgb(241,82,96); }
div.DivClassName
{
background-color: #F15260;
}
.BgClassName
{
background-color: #F15260;
}
</style>
border-color css
<style>
span { border-color: #F15260; }
span { border-color: rgb(241,82,96); }
td.TdClassName
{
border-color: #F15260;
}
.TagClassName
{
border-color: #F15260;
}
</style>