Shades of Wild Watermelon #F55D71
Tints of Wild Watermelon #F55D71
RGB
CMYK
RGB Variations
Color information
#F55D71 (or 0xF55D71) is known color: Wild Watermelon. HEX triplet: F5, 5D and 71. RGB value is (245,93,113). Sum of RGB (Red+Green+Blue) = 245+93+113=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D71 is #0AA28E. Grayscale: #8C8C8C. Windows color (decimal): -696975 or 7429621. OLE color: 7429621.
HSL color Cylindrical-coordinate representation of color #F55D71: hue angle of 352.11º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55D71 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 113 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.04 |
| HSL | 352.11º | 0.88% | 0.66% | - |
| HSV(B) | 352.11º | 0.62% | 0.96% | - |
| XYZ | 44.55 | 28.43 | 18.76 | - |
| YUV | 140.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 113 | 0 | 0.62 | 0.54 | 0.04 | 352.11 | 0.88 | 0.66 |
| Hex | F5 | 5D | 71 | 0 | 3E | 36 | 4 | 160 | 58 | 42 |
| Octal | 365 | 135 | 161 | 0 | 76 | 66 | 4 | 540 | 130 | 102 |
| Binary | 11110101 | 1011101 | 1110001 | 0 | 111110 | 110110 | 100 | 101100000 | 1011000 | 1000010 |
Color Harmonies of #F55D71
Complementary color
Monochromatic Colors of #F55D71
Black with #F55D71
Text Example
Text Example
White with #F55D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D71; }
p { color: rgb(245,93,113); }
H1.HeaderClassName
{
color: #F55D71;
}
.AnyTagClassName
{
color: #F55D71;
}
</style>
background-color css
<style>
a { background-color: #F55D71; }
a { background-color: rgb(245,93,113); }
div.DivClassName
{
background-color: #F55D71;
}
.BgClassName
{
background-color: #F55D71;
}
</style>
border-color css
<style>
span { border-color: #F55D71; }
span { border-color: rgb(245,93,113); }
td.TdClassName
{
border-color: #F55D71;
}
.TagClassName
{
border-color: #F55D71;
}
</style>