Shades of Wild Watermelon #F0556B
Tints of Wild Watermelon #F0556B
RGB
CMYK
RGB Variations
Color information
#F0556B (or 0xF0556B) is known color: Wild Watermelon. HEX triplet: F0, 55 and 6B. RGB value is (240,85,107). Sum of RGB (Red+Green+Blue) = 240+85+107=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0556B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0556B is #0FAA94. Grayscale: #858585. Windows color (decimal): -1026709 or 7034352. OLE color: 7034352.
HSL color Cylindrical-coordinate representation of color #F0556B: hue angle of 351.48º 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 #F0556B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 107 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.06 |
| HSL | 351.48º | 0.84% | 0.64% | - |
| HSV(B) | 351.48º | 0.65% | 0.94% | - |
| XYZ | 41.84 | 26.08 | 16.74 | - |
| YUV | 133.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 107 | 0 | 0.65 | 0.55 | 0.06 | 351.48 | 0.84 | 0.64 |
| Hex | F0 | 55 | 6B | 0 | 41 | 37 | 6 | 15F | 54 | 40 |
| Octal | 360 | 125 | 153 | 0 | 101 | 67 | 6 | 537 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1101011 | 0 | 1000001 | 110111 | 110 | 101011111 | 1010100 | 1000000 |
Color Harmonies of #F0556B
Complementary color
Monochromatic Colors of #F0556B
Black with #F0556B
Text Example
Text Example
White with #F0556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0556B; }
p { color: rgb(240,85,107); }
H1.HeaderClassName
{
color: #F0556B;
}
.AnyTagClassName
{
color: #F0556B;
}
</style>
background-color css
<style>
a { background-color: #F0556B; }
a { background-color: rgb(240,85,107); }
div.DivClassName
{
background-color: #F0556B;
}
.BgClassName
{
background-color: #F0556B;
}
</style>
border-color css
<style>
span { border-color: #F0556B; }
span { border-color: rgb(240,85,107); }
td.TdClassName
{
border-color: #F0556B;
}
.TagClassName
{
border-color: #F0556B;
}
</style>