Shades of Wild Watermelon #F15574
Tints of Wild Watermelon #F15574
RGB
CMYK
RGB Variations
Color information
#F15574 (or 0xF15574) is known color: Wild Watermelon. HEX triplet: F1, 55 and 74. RGB value is (241,85,116). Sum of RGB (Red+Green+Blue) = 241+85+116=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F15574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15574 is #0EAA8B. Grayscale: #878787. Windows color (decimal): -961164 or 7624177. OLE color: 7624177.
HSL color Cylindrical-coordinate representation of color #F15574: hue angle of 348.08º 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 #F15574 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 116 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.05 |
| HSL | 348.08º | 0.85% | 0.64% | - |
| HSV(B) | 348.08º | 0.65% | 0.95% | - |
| XYZ | 42.68 | 26.46 | 19.38 | - |
| YUV | 135.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 116 | 0 | 0.65 | 0.52 | 0.05 | 348.08 | 0.85 | 0.64 |
| Hex | F1 | 55 | 74 | 0 | 41 | 34 | 5 | 15C | 55 | 40 |
| Octal | 361 | 125 | 164 | 0 | 101 | 64 | 5 | 534 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1110100 | 0 | 1000001 | 110100 | 101 | 101011100 | 1010101 | 1000000 |
Color Harmonies of #F15574
Complementary color
Monochromatic Colors of #F15574
Black with #F15574
Text Example
Text Example
White with #F15574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15574; }
p { color: rgb(241,85,116); }
H1.HeaderClassName
{
color: #F15574;
}
.AnyTagClassName
{
color: #F15574;
}
</style>
background-color css
<style>
a { background-color: #F15574; }
a { background-color: rgb(241,85,116); }
div.DivClassName
{
background-color: #F15574;
}
.BgClassName
{
background-color: #F15574;
}
</style>
border-color css
<style>
span { border-color: #F15574; }
span { border-color: rgb(241,85,116); }
td.TdClassName
{
border-color: #F15574;
}
.TagClassName
{
border-color: #F15574;
}
</style>