Shades of Wild Watermelon #F55A71
Tints of Wild Watermelon #F55A71
RGB
CMYK
RGB Variations
Color information
#F55A71 (or 0xF55A71) is known color: Wild Watermelon. HEX triplet: F5, 5A and 71. RGB value is (245,90,113). Sum of RGB (Red+Green+Blue) = 245+90+113=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 90 (35.55% from 255 or 20.09% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A71 is #0AA58E. Grayscale: #8B8B8B. Windows color (decimal): -697743 or 7428853. OLE color: 7428853.
HSL color Cylindrical-coordinate representation of color #F55A71: hue angle of 351.1º 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 #F55A71 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 113 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.04 |
| HSL | 351.1º | 0.89% | 0.66% | - |
| HSV(B) | 351.1º | 0.63% | 0.96% | - |
| XYZ | 44.29 | 27.92 | 18.68 | - |
| YUV | 138.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 113 | 0 | 0.63 | 0.54 | 0.04 | 351.1 | 0.89 | 0.66 |
| Hex | F5 | 5A | 71 | 0 | 3F | 36 | 4 | 15F | 59 | 42 |
| Octal | 365 | 132 | 161 | 0 | 77 | 66 | 4 | 537 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1110001 | 0 | 111111 | 110110 | 100 | 101011111 | 1011001 | 1000010 |
Color Harmonies of #F55A71
Complementary color
Monochromatic Colors of #F55A71
Black with #F55A71
Text Example
Text Example
White with #F55A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A71; }
p { color: rgb(245,90,113); }
H1.HeaderClassName
{
color: #F55A71;
}
.AnyTagClassName
{
color: #F55A71;
}
</style>
background-color css
<style>
a { background-color: #F55A71; }
a { background-color: rgb(245,90,113); }
div.DivClassName
{
background-color: #F55A71;
}
.BgClassName
{
background-color: #F55A71;
}
</style>
border-color css
<style>
span { border-color: #F55A71; }
span { border-color: rgb(245,90,113); }
td.TdClassName
{
border-color: #F55A71;
}
.TagClassName
{
border-color: #F55A71;
}
</style>