Shades of Wild Watermelon #F55B5D
Tints of Wild Watermelon #F55B5D
RGB
CMYK
RGB Variations
Color information
#F55B5D (or 0xF55B5D) is known color: Wild Watermelon. HEX triplet: F5, 5B and 5D. RGB value is (245,91,93). Sum of RGB (Red+Green+Blue) = 245+91+93=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55B5D is #0AA4A2. Grayscale: #898989. Windows color (decimal): -697507 or 6118389. OLE color: 6118389.
HSL color Cylindrical-coordinate representation of color #F55B5D: hue angle of 359.22º 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 #F55B5D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 93 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.04 |
| HSL | 359.22º | 0.89% | 0.66% | - |
| HSV(B) | 359.22º | 0.63% | 0.96% | - |
| XYZ | 43.37 | 27.68 | 13.41 | - |
| YUV | 137.27 | 103.02 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 93 | 0 | 0.63 | 0.62 | 0.04 | 359.22 | 0.89 | 0.66 |
| Hex | F5 | 5B | 5D | 0 | 3F | 3E | 4 | 167 | 59 | 42 |
| Octal | 365 | 133 | 135 | 0 | 77 | 76 | 4 | 547 | 131 | 102 |
| Binary | 11110101 | 1011011 | 1011101 | 0 | 111111 | 111110 | 100 | 101100111 | 1011001 | 1000010 |
Color Harmonies of #F55B5D
Complementary color
Monochromatic Colors of #F55B5D
Black with #F55B5D
Text Example
Text Example
White with #F55B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B5D; }
p { color: rgb(245,91,93); }
H1.HeaderClassName
{
color: #F55B5D;
}
.AnyTagClassName
{
color: #F55B5D;
}
</style>
background-color css
<style>
a { background-color: #F55B5D; }
a { background-color: rgb(245,91,93); }
div.DivClassName
{
background-color: #F55B5D;
}
.BgClassName
{
background-color: #F55B5D;
}
</style>
border-color css
<style>
span { border-color: #F55B5D; }
span { border-color: rgb(245,91,93); }
td.TdClassName
{
border-color: #F55B5D;
}
.TagClassName
{
border-color: #F55B5D;
}
</style>