Shades of Wild Watermelon #F55F76
Tints of Wild Watermelon #F55F76
RGB
CMYK
RGB Variations
Color information
#F55F76 (or 0xF55F76) is known color: Wild Watermelon. HEX triplet: F5, 5F and 76. RGB value is (245,95,118). Sum of RGB (Red+Green+Blue) = 245+95+118=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F76 is #0AA089. Grayscale: #8E8E8E. Windows color (decimal): -696458 or 7757813. OLE color: 7757813.
HSL color Cylindrical-coordinate representation of color #F55F76: hue angle of 350.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55F76 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 118 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.04 |
| HSL | 350.8º | 0.88% | 0.67% | - |
| HSV(B) | 350.8º | 0.61% | 0.96% | - |
| XYZ | 45.02 | 28.9 | 20.35 | - |
| YUV | 142.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 118 | 0 | 0.61 | 0.52 | 0.04 | 350.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | 76 | 0 | 3D | 34 | 4 | 15F | 58 | 43 |
| Octal | 365 | 137 | 166 | 0 | 75 | 64 | 4 | 537 | 130 | 103 |
| Binary | 11110101 | 1011111 | 1110110 | 0 | 111101 | 110100 | 100 | 101011111 | 1011000 | 1000011 |
Color Harmonies of #F55F76
Complementary color
Monochromatic Colors of #F55F76
Black with #F55F76
Text Example
Text Example
White with #F55F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F76; }
p { color: rgb(245,95,118); }
H1.HeaderClassName
{
color: #F55F76;
}
.AnyTagClassName
{
color: #F55F76;
}
</style>
background-color css
<style>
a { background-color: #F55F76; }
a { background-color: rgb(245,95,118); }
div.DivClassName
{
background-color: #F55F76;
}
.BgClassName
{
background-color: #F55F76;
}
</style>
border-color css
<style>
span { border-color: #F55F76; }
span { border-color: rgb(245,95,118); }
td.TdClassName
{
border-color: #F55F76;
}
.TagClassName
{
border-color: #F55F76;
}
</style>