Shades of Wild Watermelon #FF566C
Tints of Wild Watermelon #FF566C
RGB
CMYK
RGB Variations
Color information
#FF566C (or 0xFF566C) is known color: Wild Watermelon. HEX triplet: FF, 56 and 6C. RGB value is (255,86,108). Sum of RGB (Red+Green+Blue) = 255+86+108=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF566C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF566C is #00A993. Grayscale: #8B8B8B. Windows color (decimal): -43412 or 7100159. OLE color: 7100159.
HSL color Cylindrical-coordinate representation of color #FF566C: hue angle of 352.19º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF566C is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 108 | - |
| CMYK | 0 | 0.66 | 0.58 | 0 |
| HSL | 352.19º | 1% | 0.67% | - |
| HSV(B) | 352.19º | 0.66% | 1% | - |
| XYZ | 47.27 | 29 | 17.29 | - |
| YUV | 139.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 108 | 0 | 0.66 | 0.58 | 0 | 352.19 | 1 | 0.67 |
| Hex | FF | 56 | 6C | 0 | 42 | 3A | 0 | 160 | 64 | 43 |
| Octal | 377 | 126 | 154 | 0 | 102 | 72 | 0 | 540 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1101100 | 0 | 1000010 | 111010 | 0 | 101100000 | 1100100 | 1000011 |
Color Harmonies of #FF566C
Complementary color
Monochromatic Colors of #FF566C
Black with #FF566C
Text Example
Text Example
White with #FF566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF566C; }
p { color: rgb(255,86,108); }
H1.HeaderClassName
{
color: #FF566C;
}
.AnyTagClassName
{
color: #FF566C;
}
</style>
background-color css
<style>
a { background-color: #FF566C; }
a { background-color: rgb(255,86,108); }
div.DivClassName
{
background-color: #FF566C;
}
.BgClassName
{
background-color: #FF566C;
}
</style>
border-color css
<style>
span { border-color: #FF566C; }
span { border-color: rgb(255,86,108); }
td.TdClassName
{
border-color: #FF566C;
}
.TagClassName
{
border-color: #FF566C;
}
</style>