Shades of Wild Watermelon #F0555D
Tints of Wild Watermelon #F0555D
RGB
CMYK
RGB Variations
Color information
#F0555D (or 0xF0555D) is known color: Wild Watermelon. HEX triplet: F0, 55 and 5D. RGB value is (240,85,93). Sum of RGB (Red+Green+Blue) = 240+85+93=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0555D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0555D is #0FAAA2. Grayscale: #848484. Windows color (decimal): -1026723 or 6116848. OLE color: 6116848.
HSL color Cylindrical-coordinate representation of color #F0555D: hue angle of 356.9º 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 #F0555D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 93 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.06 |
| HSL | 356.9º | 0.84% | 0.64% | - |
| HSV(B) | 356.9º | 0.65% | 0.94% | - |
| XYZ | 41.16 | 25.81 | 13.17 | - |
| YUV | 132.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 93 | 0 | 0.65 | 0.61 | 0.06 | 356.9 | 0.84 | 0.64 |
| Hex | F0 | 55 | 5D | 0 | 41 | 3D | 6 | 165 | 54 | 40 |
| Octal | 360 | 125 | 135 | 0 | 101 | 75 | 6 | 545 | 124 | 100 |
| Binary | 11110000 | 1010101 | 1011101 | 0 | 1000001 | 111101 | 110 | 101100101 | 1010100 | 1000000 |
Color Harmonies of #F0555D
Complementary color
Monochromatic Colors of #F0555D
Black with #F0555D
Text Example
Text Example
White with #F0555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0555D; }
p { color: rgb(240,85,93); }
H1.HeaderClassName
{
color: #F0555D;
}
.AnyTagClassName
{
color: #F0555D;
}
</style>
background-color css
<style>
a { background-color: #F0555D; }
a { background-color: rgb(240,85,93); }
div.DivClassName
{
background-color: #F0555D;
}
.BgClassName
{
background-color: #F0555D;
}
</style>
border-color css
<style>
span { border-color: #F0555D; }
span { border-color: rgb(240,85,93); }
td.TdClassName
{
border-color: #F0555D;
}
.TagClassName
{
border-color: #F0555D;
}
</style>