Shades of Wild Watermelon #FF5561
Tints of Wild Watermelon #FF5561
RGB
CMYK
RGB Variations
Color information
#FF5561 (or 0xFF5561) is known color: Wild Watermelon. HEX triplet: FF, 55 and 61. RGB value is (255,85,97). Sum of RGB (Red+Green+Blue) = 255+85+97=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5561 is #00AA9E. Grayscale: #898989. Windows color (decimal): -43679 or 6379007. OLE color: 6379007.
HSL color Cylindrical-coordinate representation of color #FF5561: hue angle of 355.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 #FF5561 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 97 | - |
| CMYK | 0 | 0.67 | 0.62 | 0 |
| HSL | 355.76º | 1% | 0.67% | - |
| HSV(B) | 355.76º | 0.67% | 1% | - |
| XYZ | 46.65 | 28.62 | 14.37 | - |
| YUV | 137.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 97 | 0 | 0.67 | 0.62 | 0 | 355.76 | 1 | 0.67 |
| Hex | FF | 55 | 61 | 0 | 43 | 3E | 0 | 164 | 64 | 43 |
| Octal | 377 | 125 | 141 | 0 | 103 | 76 | 0 | 544 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1100001 | 0 | 1000011 | 111110 | 0 | 101100100 | 1100100 | 1000011 |
Color Harmonies of #FF5561
Complementary color
Monochromatic Colors of #FF5561
Black with #FF5561
Text Example
Text Example
White with #FF5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5561; }
p { color: rgb(255,85,97); }
H1.HeaderClassName
{
color: #FF5561;
}
.AnyTagClassName
{
color: #FF5561;
}
</style>
background-color css
<style>
a { background-color: #FF5561; }
a { background-color: rgb(255,85,97); }
div.DivClassName
{
background-color: #FF5561;
}
.BgClassName
{
background-color: #FF5561;
}
</style>
border-color css
<style>
span { border-color: #FF5561; }
span { border-color: rgb(255,85,97); }
td.TdClassName
{
border-color: #FF5561;
}
.TagClassName
{
border-color: #FF5561;
}
</style>