Shades of Wild Watermelon #F55C77
Tints of Wild Watermelon #F55C77
RGB
CMYK
RGB Variations
Color information
#F55C77 (or 0xF55C77) is known color: Wild Watermelon. HEX triplet: F5, 5C and 77. RGB value is (245,92,119). Sum of RGB (Red+Green+Blue) = 245+92+119=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C77 is #0AA388. Grayscale: #8C8C8C. Windows color (decimal): -697225 or 7822581. OLE color: 7822581.
HSL color Cylindrical-coordinate representation of color #F55C77: hue angle of 349.41º 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 #F55C77 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 119 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.04 |
| HSL | 349.41º | 0.88% | 0.66% | - |
| HSV(B) | 349.41º | 0.62% | 0.96% | - |
| XYZ | 44.81 | 28.4 | 20.57 | - |
| YUV | 140.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 119 | 0 | 0.62 | 0.51 | 0.04 | 349.41 | 0.88 | 0.66 |
| Hex | F5 | 5C | 77 | 0 | 3E | 33 | 4 | 15D | 58 | 42 |
| Octal | 365 | 134 | 167 | 0 | 76 | 63 | 4 | 535 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1110111 | 0 | 111110 | 110011 | 100 | 101011101 | 1011000 | 1000010 |
Color Harmonies of #F55C77
Complementary color
Monochromatic Colors of #F55C77
Black with #F55C77
Text Example
Text Example
White with #F55C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C77; }
p { color: rgb(245,92,119); }
H1.HeaderClassName
{
color: #F55C77;
}
.AnyTagClassName
{
color: #F55C77;
}
</style>
background-color css
<style>
a { background-color: #F55C77; }
a { background-color: rgb(245,92,119); }
div.DivClassName
{
background-color: #F55C77;
}
.BgClassName
{
background-color: #F55C77;
}
</style>
border-color css
<style>
span { border-color: #F55C77; }
span { border-color: rgb(245,92,119); }
td.TdClassName
{
border-color: #F55C77;
}
.TagClassName
{
border-color: #F55C77;
}
</style>