Shades of Wild Watermelon #F55E6F
Tints of Wild Watermelon #F55E6F
RGB
CMYK
RGB Variations
Color information
#F55E6F (or 0xF55E6F) is known color: Wild Watermelon. HEX triplet: F5, 5E and 6F. RGB value is (245,94,111). Sum of RGB (Red+Green+Blue) = 245+94+111=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55E6F is #0AA190. Grayscale: #8D8D8D. Windows color (decimal): -696721 or 7298805. OLE color: 7298805.
HSL color Cylindrical-coordinate representation of color #F55E6F: hue angle of 353.25º 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 #F55E6F is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 111 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.04 |
| HSL | 353.25º | 0.88% | 0.66% | - |
| HSV(B) | 353.25º | 0.62% | 0.96% | - |
| XYZ | 44.53 | 28.57 | 18.21 | - |
| YUV | 141.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 111 | 0 | 0.62 | 0.55 | 0.04 | 353.25 | 0.88 | 0.66 |
| Hex | F5 | 5E | 6F | 0 | 3E | 37 | 4 | 161 | 58 | 42 |
| Octal | 365 | 136 | 157 | 0 | 76 | 67 | 4 | 541 | 130 | 102 |
| Binary | 11110101 | 1011110 | 1101111 | 0 | 111110 | 110111 | 100 | 101100001 | 1011000 | 1000010 |
Color Harmonies of #F55E6F
Complementary color
Monochromatic Colors of #F55E6F
Black with #F55E6F
Text Example
Text Example
White with #F55E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E6F; }
p { color: rgb(245,94,111); }
H1.HeaderClassName
{
color: #F55E6F;
}
.AnyTagClassName
{
color: #F55E6F;
}
</style>
background-color css
<style>
a { background-color: #F55E6F; }
a { background-color: rgb(245,94,111); }
div.DivClassName
{
background-color: #F55E6F;
}
.BgClassName
{
background-color: #F55E6F;
}
</style>
border-color css
<style>
span { border-color: #F55E6F; }
span { border-color: rgb(245,94,111); }
td.TdClassName
{
border-color: #F55E6F;
}
.TagClassName
{
border-color: #F55E6F;
}
</style>