Shades of Wild Watermelon #FF5576
Tints of Wild Watermelon #FF5576
RGB
CMYK
RGB Variations
Color information
#FF5576 (or 0xFF5576) is known color: Wild Watermelon. HEX triplet: FF, 55 and 76. RGB value is (255,85,118). Sum of RGB (Red+Green+Blue) = 255+85+118=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5576 is #00AA89. Grayscale: #8B8B8B. Windows color (decimal): -43658 or 7755263. OLE color: 7755263.
HSL color Cylindrical-coordinate representation of color #FF5576: hue angle of 348.35º 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 #FF5576 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 118 | - |
| CMYK | 0 | 0.67 | 0.54 | 0 |
| HSL | 348.35º | 1% | 0.67% | - |
| HSV(B) | 348.35º | 0.67% | 1% | - |
| XYZ | 47.76 | 29.07 | 20.23 | - |
| YUV | 139.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 118 | 0 | 0.67 | 0.54 | 0 | 348.35 | 1 | 0.67 |
| Hex | FF | 55 | 76 | 0 | 43 | 36 | 0 | 15C | 64 | 43 |
| Octal | 377 | 125 | 166 | 0 | 103 | 66 | 0 | 534 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1110110 | 0 | 1000011 | 110110 | 0 | 101011100 | 1100100 | 1000011 |
Color Harmonies of #FF5576
Complementary color
Monochromatic Colors of #FF5576
Black with #FF5576
Text Example
Text Example
White with #FF5576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5576; }
p { color: rgb(255,85,118); }
H1.HeaderClassName
{
color: #FF5576;
}
.AnyTagClassName
{
color: #FF5576;
}
</style>
background-color css
<style>
a { background-color: #FF5576; }
a { background-color: rgb(255,85,118); }
div.DivClassName
{
background-color: #FF5576;
}
.BgClassName
{
background-color: #FF5576;
}
</style>
border-color css
<style>
span { border-color: #FF5576; }
span { border-color: rgb(255,85,118); }
td.TdClassName
{
border-color: #FF5576;
}
.TagClassName
{
border-color: #FF5576;
}
</style>