Shades of Wild Watermelon #FF5570
Tints of Wild Watermelon #FF5570
RGB
CMYK
RGB Variations
Color information
#FF5570 (or 0xFF5570) is known color: Wild Watermelon. HEX triplet: FF, 55 and 70. RGB value is (255,85,112). Sum of RGB (Red+Green+Blue) = 255+85+112=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5570 is #00AA8F. Grayscale: #8A8A8A. Windows color (decimal): -43664 or 7362047. OLE color: 7362047.
HSL color Cylindrical-coordinate representation of color #FF5570: hue angle of 350.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5570 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 112 | - |
| CMYK | 0 | 0.67 | 0.56 | 0 |
| HSL | 350.47º | 1% | 0.67% | - |
| HSV(B) | 350.47º | 0.67% | 1% | - |
| XYZ | 47.41 | 28.93 | 18.41 | - |
| YUV | 138.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 112 | 0 | 0.67 | 0.56 | 0 | 350.47 | 1 | 0.67 |
| Hex | FF | 55 | 70 | 0 | 43 | 38 | 0 | 15E | 64 | 43 |
| Octal | 377 | 125 | 160 | 0 | 103 | 70 | 0 | 536 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1110000 | 0 | 1000011 | 111000 | 0 | 101011110 | 1100100 | 1000011 |
Color Harmonies of #FF5570
Complementary color
Monochromatic Colors of #FF5570
Black with #FF5570
Text Example
Text Example
White with #FF5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5570; }
p { color: rgb(255,85,112); }
H1.HeaderClassName
{
color: #FF5570;
}
.AnyTagClassName
{
color: #FF5570;
}
</style>
background-color css
<style>
a { background-color: #FF5570; }
a { background-color: rgb(255,85,112); }
div.DivClassName
{
background-color: #FF5570;
}
.BgClassName
{
background-color: #FF5570;
}
</style>
border-color css
<style>
span { border-color: #FF5570; }
span { border-color: rgb(255,85,112); }
td.TdClassName
{
border-color: #FF5570;
}
.TagClassName
{
border-color: #FF5570;
}
</style>