Shades of Wild Watermelon #F15360
Tints of Wild Watermelon #F15360
RGB
CMYK
RGB Variations
Color information
#F15360 (or 0xF15360) is known color: Wild Watermelon. HEX triplet: F1, 53 and 60. RGB value is (241,83,96). Sum of RGB (Red+Green+Blue) = 241+83+96=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F15360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15360 is #0EAC9F. Grayscale: #838383. Windows color (decimal): -961696 or 6312945. OLE color: 6312945.
HSL color Cylindrical-coordinate representation of color #F15360: hue angle of 355.06º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15360 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 96 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.05 |
| HSL | 355.06º | 0.85% | 0.64% | - |
| HSV(B) | 355.06º | 0.66% | 0.95% | - |
| XYZ | 41.48 | 25.73 | 13.85 | - |
| YUV | 131.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 96 | 0 | 0.66 | 0.60 | 0.05 | 355.06 | 0.85 | 0.64 |
| Hex | F1 | 53 | 60 | 0 | 42 | 3C | 5 | 163 | 55 | 40 |
| Octal | 361 | 123 | 140 | 0 | 102 | 74 | 5 | 543 | 125 | 100 |
| Binary | 11110001 | 1010011 | 1100000 | 0 | 1000010 | 111100 | 101 | 101100011 | 1010101 | 1000000 |
Color Harmonies of #F15360
Complementary color
Monochromatic Colors of #F15360
Black with #F15360
Text Example
Text Example
White with #F15360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15360; }
p { color: rgb(241,83,96); }
H1.HeaderClassName
{
color: #F15360;
}
.AnyTagClassName
{
color: #F15360;
}
</style>
background-color css
<style>
a { background-color: #F15360; }
a { background-color: rgb(241,83,96); }
div.DivClassName
{
background-color: #F15360;
}
.BgClassName
{
background-color: #F15360;
}
</style>
border-color css
<style>
span { border-color: #F15360; }
span { border-color: rgb(241,83,96); }
td.TdClassName
{
border-color: #F15360;
}
.TagClassName
{
border-color: #F15360;
}
</style>