Shades of Wild Watermelon #F55C79
Tints of Wild Watermelon #F55C79
RGB
CMYK
RGB Variations
Color information
#F55C79 (or 0xF55C79) is known color: Wild Watermelon. HEX triplet: F5, 5C and 79. RGB value is (245,92,121). Sum of RGB (Red+Green+Blue) = 245+92+121=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C79 is #0AA386. Grayscale: #8D8D8D. Windows color (decimal): -697223 or 7953653. OLE color: 7953653.
HSL color Cylindrical-coordinate representation of color #F55C79: hue angle of 348.63º 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 #F55C79 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 121 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.04 |
| HSL | 348.63º | 0.88% | 0.66% | - |
| HSV(B) | 348.63º | 0.62% | 0.96% | - |
| XYZ | 44.93 | 28.45 | 21.21 | - |
| YUV | 141.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 121 | 0 | 0.62 | 0.51 | 0.04 | 348.63 | 0.88 | 0.66 |
| Hex | F5 | 5C | 79 | 0 | 3E | 33 | 4 | 15D | 58 | 42 |
| Octal | 365 | 134 | 171 | 0 | 76 | 63 | 4 | 535 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1111001 | 0 | 111110 | 110011 | 100 | 101011101 | 1011000 | 1000010 |
Color Harmonies of #F55C79
Complementary color
Monochromatic Colors of #F55C79
Black with #F55C79
Text Example
Text Example
White with #F55C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C79; }
p { color: rgb(245,92,121); }
H1.HeaderClassName
{
color: #F55C79;
}
.AnyTagClassName
{
color: #F55C79;
}
</style>
background-color css
<style>
a { background-color: #F55C79; }
a { background-color: rgb(245,92,121); }
div.DivClassName
{
background-color: #F55C79;
}
.BgClassName
{
background-color: #F55C79;
}
</style>
border-color css
<style>
span { border-color: #F55C79; }
span { border-color: rgb(245,92,121); }
td.TdClassName
{
border-color: #F55C79;
}
.TagClassName
{
border-color: #F55C79;
}
</style>