Shades of Wild Watermelon #FF5566
Tints of Wild Watermelon #FF5566
RGB
CMYK
RGB Variations
Color information
#FF5566 (or 0xFF5566) is known color: Wild Watermelon. HEX triplet: FF, 55 and 66. RGB value is (255,85,102). Sum of RGB (Red+Green+Blue) = 255+85+102=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5566 is #00AA99. Grayscale: #898989. Windows color (decimal): -43674 or 6706687. OLE color: 6706687.
HSL color Cylindrical-coordinate representation of color #FF5566: hue angle of 354º 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 #FF5566 is Cyan = 0, Magento = 0.67, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 102 | - |
| CMYK | 0 | 0.67 | 0.6 | 0 |
| HSL | 354º | 1% | 0.67% | - |
| HSV(B) | 354º | 0.67% | 1% | - |
| XYZ | 46.89 | 28.72 | 15.64 | - |
| YUV | 137.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 102 | 0 | 0.67 | 0.6 | 0 | 354 | 1 | 0.67 |
| Hex | FF | 55 | 66 | 0 | 43 | 3C | 0 | 162 | 64 | 43 |
| Octal | 377 | 125 | 146 | 0 | 103 | 74 | 0 | 542 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1100110 | 0 | 1000011 | 111100 | 0 | 101100010 | 1100100 | 1000011 |
Color Harmonies of #FF5566
Complementary color
Monochromatic Colors of #FF5566
Black with #FF5566
Text Example
Text Example
White with #FF5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5566; }
p { color: rgb(255,85,102); }
H1.HeaderClassName
{
color: #FF5566;
}
.AnyTagClassName
{
color: #FF5566;
}
</style>
background-color css
<style>
a { background-color: #FF5566; }
a { background-color: rgb(255,85,102); }
div.DivClassName
{
background-color: #FF5566;
}
.BgClassName
{
background-color: #FF5566;
}
</style>
border-color css
<style>
span { border-color: #FF5566; }
span { border-color: rgb(255,85,102); }
td.TdClassName
{
border-color: #FF5566;
}
.TagClassName
{
border-color: #FF5566;
}
</style>