Shades of Wild Watermelon #FF5562
Tints of Wild Watermelon #FF5562
RGB
CMYK
RGB Variations
Color information
#FF5562 (or 0xFF5562) is known color: Wild Watermelon. HEX triplet: FF, 55 and 62. RGB value is (255,85,98). Sum of RGB (Red+Green+Blue) = 255+85+98=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5562 is #00AA9D. Grayscale: #898989. Windows color (decimal): -43678 or 6444543. OLE color: 6444543.
HSL color Cylindrical-coordinate representation of color #FF5562: hue angle of 355.41º 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 #FF5562 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 98 | - |
| CMYK | 0 | 0.67 | 0.62 | 0 |
| HSL | 355.41º | 1% | 0.67% | - |
| HSV(B) | 355.41º | 0.67% | 1% | - |
| XYZ | 46.69 | 28.64 | 14.62 | - |
| YUV | 137.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 98 | 0 | 0.67 | 0.62 | 0 | 355.41 | 1 | 0.67 |
| Hex | FF | 55 | 62 | 0 | 43 | 3E | 0 | 163 | 64 | 43 |
| Octal | 377 | 125 | 142 | 0 | 103 | 76 | 0 | 543 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1100010 | 0 | 1000011 | 111110 | 0 | 101100011 | 1100100 | 1000011 |
Color Harmonies of #FF5562
Complementary color
Monochromatic Colors of #FF5562
Black with #FF5562
Text Example
Text Example
White with #FF5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5562; }
p { color: rgb(255,85,98); }
H1.HeaderClassName
{
color: #FF5562;
}
.AnyTagClassName
{
color: #FF5562;
}
</style>
background-color css
<style>
a { background-color: #FF5562; }
a { background-color: rgb(255,85,98); }
div.DivClassName
{
background-color: #FF5562;
}
.BgClassName
{
background-color: #FF5562;
}
</style>
border-color css
<style>
span { border-color: #FF5562; }
span { border-color: rgb(255,85,98); }
td.TdClassName
{
border-color: #FF5562;
}
.TagClassName
{
border-color: #FF5562;
}
</style>