Shades of Wild Watermelon #F55A6D
Tints of Wild Watermelon #F55A6D
RGB
CMYK
RGB Variations
Color information
#F55A6D (or 0xF55A6D) is known color: Wild Watermelon. HEX triplet: F5, 5A and 6D. RGB value is (245,90,109). Sum of RGB (Red+Green+Blue) = 245+90+109=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55A6D is #0AA592. Grayscale: #8A8A8A. Windows color (decimal): -697747 or 7166709. OLE color: 7166709.
HSL color Cylindrical-coordinate representation of color #F55A6D: hue angle of 352.65º 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 #F55A6D is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 109 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.04 |
| HSL | 352.65º | 0.89% | 0.66% | - |
| HSV(B) | 352.65º | 0.63% | 0.96% | - |
| XYZ | 44.07 | 27.83 | 17.52 | - |
| YUV | 138.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 109 | 0 | 0.63 | 0.56 | 0.04 | 352.65 | 0.89 | 0.66 |
| Hex | F5 | 5A | 6D | 0 | 3F | 38 | 4 | 161 | 59 | 42 |
| Octal | 365 | 132 | 155 | 0 | 77 | 70 | 4 | 541 | 131 | 102 |
| Binary | 11110101 | 1011010 | 1101101 | 0 | 111111 | 111000 | 100 | 101100001 | 1011001 | 1000010 |
Color Harmonies of #F55A6D
Complementary color
Monochromatic Colors of #F55A6D
Black with #F55A6D
Text Example
Text Example
White with #F55A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A6D; }
p { color: rgb(245,90,109); }
H1.HeaderClassName
{
color: #F55A6D;
}
.AnyTagClassName
{
color: #F55A6D;
}
</style>
background-color css
<style>
a { background-color: #F55A6D; }
a { background-color: rgb(245,90,109); }
div.DivClassName
{
background-color: #F55A6D;
}
.BgClassName
{
background-color: #F55A6D;
}
</style>
border-color css
<style>
span { border-color: #F55A6D; }
span { border-color: rgb(245,90,109); }
td.TdClassName
{
border-color: #F55A6D;
}
.TagClassName
{
border-color: #F55A6D;
}
</style>