Shades of Wild Watermelon #F15460
Tints of Wild Watermelon #F15460
RGB
CMYK
RGB Variations
Color information
#F15460 (or 0xF15460) is known color: Wild Watermelon. HEX triplet: F1, 54 and 60. RGB value is (241,84,96). Sum of RGB (Red+Green+Blue) = 241+84+96=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F15460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15460 is #0EAB9F. Grayscale: #848484. Windows color (decimal): -961440 or 6313201. OLE color: 6313201.
HSL color Cylindrical-coordinate representation of color #F15460: hue angle of 355.41º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15460 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 96 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.05 |
| HSL | 355.41º | 0.85% | 0.64% | - |
| HSV(B) | 355.41º | 0.65% | 0.95% | - |
| XYZ | 41.56 | 25.89 | 13.87 | - |
| YUV | 132.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 96 | 0 | 0.65 | 0.60 | 0.05 | 355.41 | 0.85 | 0.64 |
| Hex | F1 | 54 | 60 | 0 | 41 | 3C | 5 | 163 | 55 | 40 |
| Octal | 361 | 124 | 140 | 0 | 101 | 74 | 5 | 543 | 125 | 100 |
| Binary | 11110001 | 1010100 | 1100000 | 0 | 1000001 | 111100 | 101 | 101100011 | 1010101 | 1000000 |
Color Harmonies of #F15460
Complementary color
Monochromatic Colors of #F15460
Black with #F15460
Text Example
Text Example
White with #F15460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15460; }
p { color: rgb(241,84,96); }
H1.HeaderClassName
{
color: #F15460;
}
.AnyTagClassName
{
color: #F15460;
}
</style>
background-color css
<style>
a { background-color: #F15460; }
a { background-color: rgb(241,84,96); }
div.DivClassName
{
background-color: #F15460;
}
.BgClassName
{
background-color: #F15460;
}
</style>
border-color css
<style>
span { border-color: #F15460; }
span { border-color: rgb(241,84,96); }
td.TdClassName
{
border-color: #F15460;
}
.TagClassName
{
border-color: #F15460;
}
</style>