Shades of Wild Watermelon #F55E5F
Tints of Wild Watermelon #F55E5F
RGB
CMYK
RGB Variations
Color information
#F55E5F (or 0xF55E5F) is known color: Wild Watermelon. HEX triplet: F5, 5E and 5F. RGB value is (245,94,95). Sum of RGB (Red+Green+Blue) = 245+94+95=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55E5F is #0AA1A0. Grayscale: #8B8B8B. Windows color (decimal): -696737 or 6250229. OLE color: 6250229.
HSL color Cylindrical-coordinate representation of color #F55E5F: hue angle of 359.6º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55E5F is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 95 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.04 |
| HSL | 359.6º | 0.88% | 0.66% | - |
| HSV(B) | 359.6º | 0.62% | 0.96% | - |
| XYZ | 43.72 | 28.24 | 13.97 | - |
| YUV | 139.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 95 | 0 | 0.62 | 0.61 | 0.04 | 359.6 | 0.88 | 0.66 |
| Hex | F5 | 5E | 5F | 0 | 3E | 3D | 4 | 168 | 58 | 42 |
| Octal | 365 | 136 | 137 | 0 | 76 | 75 | 4 | 550 | 130 | 102 |
| Binary | 11110101 | 1011110 | 1011111 | 0 | 111110 | 111101 | 100 | 101101000 | 1011000 | 1000010 |
Color Harmonies of #F55E5F
Complementary color
Monochromatic Colors of #F55E5F
Black with #F55E5F
Text Example
Text Example
White with #F55E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E5F; }
p { color: rgb(245,94,95); }
H1.HeaderClassName
{
color: #F55E5F;
}
.AnyTagClassName
{
color: #F55E5F;
}
</style>
background-color css
<style>
a { background-color: #F55E5F; }
a { background-color: rgb(245,94,95); }
div.DivClassName
{
background-color: #F55E5F;
}
.BgClassName
{
background-color: #F55E5F;
}
</style>
border-color css
<style>
span { border-color: #F55E5F; }
span { border-color: rgb(245,94,95); }
td.TdClassName
{
border-color: #F55E5F;
}
.TagClassName
{
border-color: #F55E5F;
}
</style>