Shades of Wild Watermelon #FF5770
Tints of Wild Watermelon #FF5770
RGB
CMYK
RGB Variations
Color information
#FF5770 (or 0xFF5770) is known color: Wild Watermelon. HEX triplet: FF, 57 and 70. RGB value is (255,87,112). Sum of RGB (Red+Green+Blue) = 255+87+112=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5770 is #00A88F. Grayscale: #8C8C8C. Windows color (decimal): -43152 or 7362559. OLE color: 7362559.
HSL color Cylindrical-coordinate representation of color #FF5770: hue angle of 351.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF5770 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 112 | - |
| CMYK | 0 | 0.66 | 0.56 | 0 |
| HSL | 351.07º | 1% | 0.67% | - |
| HSV(B) | 351.07º | 0.66% | 1% | - |
| XYZ | 47.57 | 29.25 | 18.47 | - |
| YUV | 140.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 112 | 0 | 0.66 | 0.56 | 0 | 351.07 | 1 | 0.67 |
| Hex | FF | 57 | 70 | 0 | 42 | 38 | 0 | 15F | 64 | 43 |
| Octal | 377 | 127 | 160 | 0 | 102 | 70 | 0 | 537 | 144 | 103 |
| Binary | 11111111 | 1010111 | 1110000 | 0 | 1000010 | 111000 | 0 | 101011111 | 1100100 | 1000011 |
Color Harmonies of #FF5770
Complementary color
Monochromatic Colors of #FF5770
Black with #FF5770
Text Example
Text Example
White with #FF5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5770; }
p { color: rgb(255,87,112); }
H1.HeaderClassName
{
color: #FF5770;
}
.AnyTagClassName
{
color: #FF5770;
}
</style>
background-color css
<style>
a { background-color: #FF5770; }
a { background-color: rgb(255,87,112); }
div.DivClassName
{
background-color: #FF5770;
}
.BgClassName
{
background-color: #FF5770;
}
</style>
border-color css
<style>
span { border-color: #FF5770; }
span { border-color: rgb(255,87,112); }
td.TdClassName
{
border-color: #FF5770;
}
.TagClassName
{
border-color: #FF5770;
}
</style>