Shades of Wild Watermelon #F55C71
Tints of Wild Watermelon #F55C71
RGB
CMYK
RGB Variations
Color information
#F55C71 (or 0xF55C71) is known color: Wild Watermelon. HEX triplet: F5, 5C and 71. RGB value is (245,92,113). Sum of RGB (Red+Green+Blue) = 245+92+113=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 92 (36.33% from 255 or 20.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C71 is #0AA38E. Grayscale: #8C8C8C. Windows color (decimal): -697231 or 7429365. OLE color: 7429365.
HSL color Cylindrical-coordinate representation of color #F55C71: hue angle of 351.76º 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 #F55C71 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 113 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.04 |
| HSL | 351.76º | 0.88% | 0.66% | - |
| HSV(B) | 351.76º | 0.62% | 0.96% | - |
| XYZ | 44.46 | 28.26 | 18.73 | - |
| YUV | 140.14 | 112.69 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 113 | 0 | 0.62 | 0.54 | 0.04 | 351.76 | 0.88 | 0.66 |
| Hex | F5 | 5C | 71 | 0 | 3E | 36 | 4 | 160 | 58 | 42 |
| Octal | 365 | 134 | 161 | 0 | 76 | 66 | 4 | 540 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1110001 | 0 | 111110 | 110110 | 100 | 101100000 | 1011000 | 1000010 |
Color Harmonies of #F55C71
Complementary color
Monochromatic Colors of #F55C71
Black with #F55C71
Text Example
Text Example
White with #F55C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C71; }
p { color: rgb(245,92,113); }
H1.HeaderClassName
{
color: #F55C71;
}
.AnyTagClassName
{
color: #F55C71;
}
</style>
background-color css
<style>
a { background-color: #F55C71; }
a { background-color: rgb(245,92,113); }
div.DivClassName
{
background-color: #F55C71;
}
.BgClassName
{
background-color: #F55C71;
}
</style>
border-color css
<style>
span { border-color: #F55C71; }
span { border-color: rgb(245,92,113); }
td.TdClassName
{
border-color: #F55C71;
}
.TagClassName
{
border-color: #F55C71;
}
</style>