Shades of Wild Watermelon #F0556E
Tints of Wild Watermelon #F0556E
RGB
CMYK
RGB Variations
Color information
#F0556E (or 0xF0556E) is known color: Wild Watermelon. HEX triplet: F0, 55 and 6E. RGB value is (240,85,110). Sum of RGB (Red+Green+Blue) = 240+85+110=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0556E is #0FAA91. Grayscale: #868686. Windows color (decimal): -1026706 or 7230960. OLE color: 7230960.
HSL color Cylindrical-coordinate representation of color #F0556E: hue angle of 350.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0556E is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 110 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.06 |
| HSL | 350.32º | 0.84% | 0.64% | - |
| HSV(B) | 350.32º | 0.65% | 0.94% | - |
| XYZ | 42 | 26.15 | 17.59 | - |
| YUV | 134.2 | 114.35 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 110 | 0 | 0.65 | 0.54 | 0.06 | 350.32 | 0.84 | 0.64 |
| Hex | F0 | 55 | 6E | 0 | 41 | 36 | 6 | 15E | 54 | 40 |
| Octal | 360 | 125 | 156 | 0 | 101 | 66 | 6 | 536 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1101110 | 0 | 1000001 | 110110 | 110 | 101011110 | 1010100 | 1000000 |
Color Harmonies of #F0556E
Complementary color
Monochromatic Colors of #F0556E
Black with #F0556E
Text Example
Text Example
White with #F0556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0556E; }
p { color: rgb(240,85,110); }
H1.HeaderClassName
{
color: #F0556E;
}
.AnyTagClassName
{
color: #F0556E;
}
</style>
background-color css
<style>
a { background-color: #F0556E; }
a { background-color: rgb(240,85,110); }
div.DivClassName
{
background-color: #F0556E;
}
.BgClassName
{
background-color: #F0556E;
}
</style>
border-color css
<style>
span { border-color: #F0556E; }
span { border-color: rgb(240,85,110); }
td.TdClassName
{
border-color: #F0556E;
}
.TagClassName
{
border-color: #F0556E;
}
</style>