Shades of Wild Watermelon #FF556E
Tints of Wild Watermelon #FF556E
RGB
CMYK
RGB Variations
Color information
#FF556E (or 0xFF556E) is known color: Wild Watermelon. HEX triplet: FF, 55 and 6E. RGB value is (255,85,110). Sum of RGB (Red+Green+Blue) = 255+85+110=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF556E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF556E is #00AA91. Grayscale: #8A8A8A. Windows color (decimal): -43666 or 7230975. OLE color: 7230975.
HSL color Cylindrical-coordinate representation of color #FF556E: hue angle of 351.18º 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 #FF556E is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 110 | - |
| CMYK | 0 | 0.67 | 0.57 | 0 |
| HSL | 351.18º | 1% | 0.67% | - |
| HSV(B) | 351.18º | 0.67% | 1% | - |
| XYZ | 47.3 | 28.88 | 17.83 | - |
| YUV | 138.68 | 111.82 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 110 | 0 | 0.67 | 0.57 | 0 | 351.18 | 1 | 0.67 |
| Hex | FF | 55 | 6E | 0 | 43 | 39 | 0 | 15F | 64 | 43 |
| Octal | 377 | 125 | 156 | 0 | 103 | 71 | 0 | 537 | 144 | 103 |
| Binary | 11111111 | 1010101 | 1101110 | 0 | 1000011 | 111001 | 0 | 101011111 | 1100100 | 1000011 |
Color Harmonies of #FF556E
Complementary color
Monochromatic Colors of #FF556E
Black with #FF556E
Text Example
Text Example
White with #FF556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF556E; }
p { color: rgb(255,85,110); }
H1.HeaderClassName
{
color: #FF556E;
}
.AnyTagClassName
{
color: #FF556E;
}
</style>
background-color css
<style>
a { background-color: #FF556E; }
a { background-color: rgb(255,85,110); }
div.DivClassName
{
background-color: #FF556E;
}
.BgClassName
{
background-color: #FF556E;
}
</style>
border-color css
<style>
span { border-color: #FF556E; }
span { border-color: rgb(255,85,110); }
td.TdClassName
{
border-color: #FF556E;
}
.TagClassName
{
border-color: #FF556E;
}
</style>