Shades of Wild Watermelon #F55A5E
Tints of Wild Watermelon #F55A5E
RGB
CMYK
RGB Variations
Color information
#F55A5E (or 0xF55A5E) is known color: Wild Watermelon. HEX triplet: F5, 5A and 5E. RGB value is (245,90,94). Sum of RGB (Red+Green+Blue) = 245+90+94=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A5E is #0AA5A1. Grayscale: #888888. Windows color (decimal): -697762 or 6183669. OLE color: 6183669.
HSL color Cylindrical-coordinate representation of color #F55A5E: hue angle of 358.45º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55A5E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 94 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.04 |
| HSL | 358.45º | 0.89% | 0.66% | - |
| HSV(B) | 358.45º | 0.63% | 0.96% | - |
| XYZ | 43.33 | 27.53 | 13.62 | - |
| YUV | 136.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 94 | 0 | 0.63 | 0.62 | 0.04 | 358.45 | 0.89 | 0.66 |
| Hex | F5 | 5A | 5E | 0 | 3F | 3E | 4 | 166 | 59 | 42 |
| Octal | 365 | 132 | 136 | 0 | 77 | 76 | 4 | 546 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1011110 | 0 | 111111 | 111110 | 100 | 101100110 | 1011001 | 1000010 |
Color Harmonies of #F55A5E
Complementary color
Monochromatic Colors of #F55A5E
Black with #F55A5E
Text Example
Text Example
White with #F55A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A5E; }
p { color: rgb(245,90,94); }
H1.HeaderClassName
{
color: #F55A5E;
}
.AnyTagClassName
{
color: #F55A5E;
}
</style>
background-color css
<style>
a { background-color: #F55A5E; }
a { background-color: rgb(245,90,94); }
div.DivClassName
{
background-color: #F55A5E;
}
.BgClassName
{
background-color: #F55A5E;
}
</style>
border-color css
<style>
span { border-color: #F55A5E; }
span { border-color: rgb(245,90,94); }
td.TdClassName
{
border-color: #F55A5E;
}
.TagClassName
{
border-color: #F55A5E;
}
</style>