Shades of Wild Watermelon #F55C63
Tints of Wild Watermelon #F55C63
RGB
CMYK
RGB Variations
Color information
#F55C63 (or 0xF55C63) is known color: Wild Watermelon. HEX triplet: F5, 5C and 63. RGB value is (245,92,99). Sum of RGB (Red+Green+Blue) = 245+92+99=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 99 (39.06% from 255 or 22.71% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C63 is #0AA39C. Grayscale: #8A8A8A. Windows color (decimal): -697245 or 6511861. OLE color: 6511861.
HSL color Cylindrical-coordinate representation of color #F55C63: hue angle of 357.25º 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 #F55C63 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 92 | 99 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.04 |
| HSL | 357.25º | 0.88% | 0.66% | - |
| HSV(B) | 357.25º | 0.62% | 0.96% | - |
| XYZ | 43.74 | 27.97 | 14.9 | - |
| YUV | 138.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 92 | 99 | 0 | 0.62 | 0.60 | 0.04 | 357.25 | 0.88 | 0.66 |
| Hex | F5 | 5C | 63 | 0 | 3E | 3C | 4 | 165 | 58 | 42 |
| Octal | 365 | 134 | 143 | 0 | 76 | 74 | 4 | 545 | 130 | 102 |
| Binary | 11110101 | 1011100 | 1100011 | 0 | 111110 | 111100 | 100 | 101100101 | 1011000 | 1000010 |
Color Harmonies of #F55C63
Complementary color
Monochromatic Colors of #F55C63
Black with #F55C63
Text Example
Text Example
White with #F55C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55C63; }
p { color: rgb(245,92,99); }
H1.HeaderClassName
{
color: #F55C63;
}
.AnyTagClassName
{
color: #F55C63;
}
</style>
background-color css
<style>
a { background-color: #F55C63; }
a { background-color: rgb(245,92,99); }
div.DivClassName
{
background-color: #F55C63;
}
.BgClassName
{
background-color: #F55C63;
}
</style>
border-color css
<style>
span { border-color: #F55C63; }
span { border-color: rgb(245,92,99); }
td.TdClassName
{
border-color: #F55C63;
}
.TagClassName
{
border-color: #F55C63;
}
</style>