Shades of Wild Watermelon #F15577
Tints of Wild Watermelon #F15577
RGB
CMYK
RGB Variations
Color information
#F15577 (or 0xF15577) is known color: Wild Watermelon. HEX triplet: F1, 55 and 77. RGB value is (241,85,119). Sum of RGB (Red+Green+Blue) = 241+85+119=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F15577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15577 is #0EAA88. Grayscale: #878787. Windows color (decimal): -961161 or 7820785. OLE color: 7820785.
HSL color Cylindrical-coordinate representation of color #F15577: hue angle of 346.92º 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 #F15577 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 119 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.05 |
| HSL | 346.92º | 0.85% | 0.64% | - |
| HSV(B) | 346.92º | 0.65% | 0.95% | - |
| XYZ | 42.85 | 26.53 | 20.31 | - |
| YUV | 135.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 119 | 0 | 0.65 | 0.51 | 0.05 | 346.92 | 0.85 | 0.64 |
| Hex | F1 | 55 | 77 | 0 | 41 | 33 | 5 | 15B | 55 | 40 |
| Octal | 361 | 125 | 167 | 0 | 101 | 63 | 5 | 533 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1110111 | 0 | 1000001 | 110011 | 101 | 101011011 | 1010101 | 1000000 |
Color Harmonies of #F15577
Complementary color
Monochromatic Colors of #F15577
Black with #F15577
Text Example
Text Example
White with #F15577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15577; }
p { color: rgb(241,85,119); }
H1.HeaderClassName
{
color: #F15577;
}
.AnyTagClassName
{
color: #F15577;
}
</style>
background-color css
<style>
a { background-color: #F15577; }
a { background-color: rgb(241,85,119); }
div.DivClassName
{
background-color: #F15577;
}
.BgClassName
{
background-color: #F15577;
}
</style>
border-color css
<style>
span { border-color: #F15577; }
span { border-color: rgb(241,85,119); }
td.TdClassName
{
border-color: #F15577;
}
.TagClassName
{
border-color: #F15577;
}
</style>