Shades of Wild Watermelon #F55D70
Tints of Wild Watermelon #F55D70
RGB
CMYK
RGB Variations
Color information
#F55D70 (or 0xF55D70) is known color: Wild Watermelon. HEX triplet: F5, 5D and 70. RGB value is (245,93,112). Sum of RGB (Red+Green+Blue) = 245+93+112=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D70 is #0AA28F. Grayscale: #8C8C8C. Windows color (decimal): -696976 or 7364085. OLE color: 7364085.
HSL color Cylindrical-coordinate representation of color #F55D70: hue angle of 352.5º 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 #F55D70 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 112 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.04 |
| HSL | 352.5º | 0.88% | 0.66% | - |
| HSV(B) | 352.5º | 0.62% | 0.96% | - |
| XYZ | 44.5 | 28.41 | 18.47 | - |
| YUV | 140.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 112 | 0 | 0.62 | 0.54 | 0.04 | 352.5 | 0.88 | 0.66 |
| Hex | F5 | 5D | 70 | 0 | 3E | 36 | 4 | 160 | 58 | 42 |
| Octal | 365 | 135 | 160 | 0 | 76 | 66 | 4 | 540 | 130 | 102 |
| Binary | 11110101 | 1011101 | 1110000 | 0 | 111110 | 110110 | 100 | 101100000 | 1011000 | 1000010 |
Color Harmonies of #F55D70
Complementary color
Monochromatic Colors of #F55D70
Black with #F55D70
Text Example
Text Example
White with #F55D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D70; }
p { color: rgb(245,93,112); }
H1.HeaderClassName
{
color: #F55D70;
}
.AnyTagClassName
{
color: #F55D70;
}
</style>
background-color css
<style>
a { background-color: #F55D70; }
a { background-color: rgb(245,93,112); }
div.DivClassName
{
background-color: #F55D70;
}
.BgClassName
{
background-color: #F55D70;
}
</style>
border-color css
<style>
span { border-color: #F55D70; }
span { border-color: rgb(245,93,112); }
td.TdClassName
{
border-color: #F55D70;
}
.TagClassName
{
border-color: #F55D70;
}
</style>