Shades of Wild Watermelon #F55A6C
Tints of Wild Watermelon #F55A6C
RGB
CMYK
RGB Variations
Color information
#F55A6C (or 0xF55A6C) is known color: Wild Watermelon. HEX triplet: F5, 5A and 6C. RGB value is (245,90,108). Sum of RGB (Red+Green+Blue) = 245+90+108=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A6C is #0AA593. Grayscale: #8A8A8A. Windows color (decimal): -697748 or 7101173. OLE color: 7101173.
HSL color Cylindrical-coordinate representation of color #F55A6C: hue angle of 353.03º 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 #F55A6C is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 108 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.04 |
| HSL | 353.03º | 0.89% | 0.66% | - |
| HSV(B) | 353.03º | 0.63% | 0.96% | - |
| XYZ | 44.02 | 27.81 | 17.23 | - |
| YUV | 138.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 108 | 0 | 0.63 | 0.56 | 0.04 | 353.03 | 0.89 | 0.66 |
| Hex | F5 | 5A | 6C | 0 | 3F | 38 | 4 | 161 | 59 | 42 |
| Octal | 365 | 132 | 154 | 0 | 77 | 70 | 4 | 541 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1101100 | 0 | 111111 | 111000 | 100 | 101100001 | 1011001 | 1000010 |
Color Harmonies of #F55A6C
Complementary color
Monochromatic Colors of #F55A6C
Black with #F55A6C
Text Example
Text Example
White with #F55A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A6C; }
p { color: rgb(245,90,108); }
H1.HeaderClassName
{
color: #F55A6C;
}
.AnyTagClassName
{
color: #F55A6C;
}
</style>
background-color css
<style>
a { background-color: #F55A6C; }
a { background-color: rgb(245,90,108); }
div.DivClassName
{
background-color: #F55A6C;
}
.BgClassName
{
background-color: #F55A6C;
}
</style>
border-color css
<style>
span { border-color: #F55A6C; }
span { border-color: rgb(245,90,108); }
td.TdClassName
{
border-color: #F55A6C;
}
.TagClassName
{
border-color: #F55A6C;
}
</style>