Shades of Wild Watermelon #F15561
Tints of Wild Watermelon #F15561
RGB
CMYK
RGB Variations
Color information
#F15561 (or 0xF15561) is known color: Wild Watermelon. HEX triplet: F1, 55 and 61. RGB value is (241,85,97). Sum of RGB (Red+Green+Blue) = 241+85+97=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F15561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15561 is #0EAA9E. Grayscale: #858585. Windows color (decimal): -961183 or 6378993. OLE color: 6378993.
HSL color Cylindrical-coordinate representation of color #F15561: hue angle of 355.38º 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 #F15561 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 97 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.05 |
| HSL | 355.38º | 0.85% | 0.64% | - |
| HSV(B) | 355.38º | 0.65% | 0.95% | - |
| XYZ | 41.68 | 26.06 | 14.14 | - |
| YUV | 133.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 97 | 0 | 0.65 | 0.60 | 0.05 | 355.38 | 0.85 | 0.64 |
| Hex | F1 | 55 | 61 | 0 | 41 | 3C | 5 | 163 | 55 | 40 |
| Octal | 361 | 125 | 141 | 0 | 101 | 74 | 5 | 543 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1100001 | 0 | 1000001 | 111100 | 101 | 101100011 | 1010101 | 1000000 |
Color Harmonies of #F15561
Complementary color
Monochromatic Colors of #F15561
Black with #F15561
Text Example
Text Example
White with #F15561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15561; }
p { color: rgb(241,85,97); }
H1.HeaderClassName
{
color: #F15561;
}
.AnyTagClassName
{
color: #F15561;
}
</style>
background-color css
<style>
a { background-color: #F15561; }
a { background-color: rgb(241,85,97); }
div.DivClassName
{
background-color: #F15561;
}
.BgClassName
{
background-color: #F15561;
}
</style>
border-color css
<style>
span { border-color: #F15561; }
span { border-color: rgb(241,85,97); }
td.TdClassName
{
border-color: #F15561;
}
.TagClassName
{
border-color: #F15561;
}
</style>