Shades of Wild Watermelon #F55F70
Tints of Wild Watermelon #F55F70
RGB
CMYK
RGB Variations
Color information
#F55F70 (or 0xF55F70) is known color: Wild Watermelon. HEX triplet: F5, 5F and 70. RGB value is (245,95,112). Sum of RGB (Red+Green+Blue) = 245+95+112=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55F70 is #0AA08F. Grayscale: #8D8D8D. Windows color (decimal): -696464 or 7364597. OLE color: 7364597.
HSL color Cylindrical-coordinate representation of color #F55F70: hue angle of 353.2º 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 #F55F70 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 112 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.04 |
| HSL | 353.2º | 0.88% | 0.67% | - |
| HSV(B) | 353.2º | 0.61% | 0.96% | - |
| XYZ | 44.67 | 28.77 | 18.53 | - |
| YUV | 141.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 112 | 0 | 0.61 | 0.54 | 0.04 | 353.2 | 0.88 | 0.67 |
| Hex | F5 | 5F | 70 | 0 | 3D | 36 | 4 | 161 | 58 | 43 |
| Octal | 365 | 137 | 160 | 0 | 75 | 66 | 4 | 541 | 130 | 103 |
| Binary | 11110101 | 1011111 | 1110000 | 0 | 111101 | 110110 | 100 | 101100001 | 1011000 | 1000011 |
Color Harmonies of #F55F70
Complementary color
Monochromatic Colors of #F55F70
Black with #F55F70
Text Example
Text Example
White with #F55F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F70; }
p { color: rgb(245,95,112); }
H1.HeaderClassName
{
color: #F55F70;
}
.AnyTagClassName
{
color: #F55F70;
}
</style>
background-color css
<style>
a { background-color: #F55F70; }
a { background-color: rgb(245,95,112); }
div.DivClassName
{
background-color: #F55F70;
}
.BgClassName
{
background-color: #F55F70;
}
</style>
border-color css
<style>
span { border-color: #F55F70; }
span { border-color: rgb(245,95,112); }
td.TdClassName
{
border-color: #F55F70;
}
.TagClassName
{
border-color: #F55F70;
}
</style>