Shades of Wild Watermelon #F55A72
Tints of Wild Watermelon #F55A72
RGB
CMYK
RGB Variations
Color information
#F55A72 (or 0xF55A72) is known color: Wild Watermelon. HEX triplet: F5, 5A and 72. RGB value is (245,90,114). Sum of RGB (Red+Green+Blue) = 245+90+114=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A72 is #0AA58D. Grayscale: #8B8B8B. Windows color (decimal): -697742 or 7494389. OLE color: 7494389.
HSL color Cylindrical-coordinate representation of color #F55A72: hue angle of 350.71º 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 #F55A72 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 114 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.04 |
| HSL | 350.71º | 0.89% | 0.66% | - |
| HSV(B) | 350.71º | 0.63% | 0.96% | - |
| XYZ | 44.35 | 27.94 | 18.98 | - |
| YUV | 139.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 114 | 0 | 0.63 | 0.53 | 0.04 | 350.71 | 0.89 | 0.66 |
| Hex | F5 | 5A | 72 | 0 | 3F | 35 | 4 | 15F | 59 | 42 |
| Octal | 365 | 132 | 162 | 0 | 77 | 65 | 4 | 537 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1110010 | 0 | 111111 | 110101 | 100 | 101011111 | 1011001 | 1000010 |
Color Harmonies of #F55A72
Complementary color
Monochromatic Colors of #F55A72
Black with #F55A72
Text Example
Text Example
White with #F55A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A72; }
p { color: rgb(245,90,114); }
H1.HeaderClassName
{
color: #F55A72;
}
.AnyTagClassName
{
color: #F55A72;
}
</style>
background-color css
<style>
a { background-color: #F55A72; }
a { background-color: rgb(245,90,114); }
div.DivClassName
{
background-color: #F55A72;
}
.BgClassName
{
background-color: #F55A72;
}
</style>
border-color css
<style>
span { border-color: #F55A72; }
span { border-color: rgb(245,90,114); }
td.TdClassName
{
border-color: #F55A72;
}
.TagClassName
{
border-color: #F55A72;
}
</style>