Shades of Wild Watermelon #FF5572
Tints of Wild Watermelon #FF5572
RGB
CMYK
RGB Variations
Color information
#FF5572 (or 0xFF5572) is known color: Wild Watermelon. HEX triplet: FF, 55 and 72. RGB value is (255,85,114). Sum of RGB (Red+Green+Blue) = 255+85+114=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5572 is #00AA8D. Grayscale: #8B8B8B. Windows color (decimal): -43662 or 7493119. OLE color: 7493119.
HSL color Cylindrical-coordinate representation of color #FF5572: hue angle of 349.76º 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 #FF5572 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 114 | - |
| CMYK | 0 | 0.67 | 0.55 | 0 |
| HSL | 349.76º | 1% | 0.67% | - |
| HSV(B) | 349.76º | 0.67% | 1% | - |
| XYZ | 47.53 | 28.97 | 19.01 | - |
| YUV | 139.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 114 | 0 | 0.67 | 0.55 | 0 | 349.76 | 1 | 0.67 |
| Hex | FF | 55 | 72 | 0 | 43 | 37 | 0 | 15E | 64 | 43 |
| Octal | 377 | 125 | 162 | 0 | 103 | 67 | 0 | 536 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1110010 | 0 | 1000011 | 110111 | 0 | 101011110 | 1100100 | 1000011 |
Color Harmonies of #FF5572
Complementary color
Monochromatic Colors of #FF5572
Black with #FF5572
Text Example
Text Example
White with #FF5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5572; }
p { color: rgb(255,85,114); }
H1.HeaderClassName
{
color: #FF5572;
}
.AnyTagClassName
{
color: #FF5572;
}
</style>
background-color css
<style>
a { background-color: #FF5572; }
a { background-color: rgb(255,85,114); }
div.DivClassName
{
background-color: #FF5572;
}
.BgClassName
{
background-color: #FF5572;
}
</style>
border-color css
<style>
span { border-color: #FF5572; }
span { border-color: rgb(255,85,114); }
td.TdClassName
{
border-color: #FF5572;
}
.TagClassName
{
border-color: #FF5572;
}
</style>