Shades of Wild Watermelon #FF566A
Tints of Wild Watermelon #FF566A
RGB
CMYK
RGB Variations
Color information
#FF566A (or 0xFF566A) is known color: Wild Watermelon. HEX triplet: FF, 56 and 6A. RGB value is (255,86,106). Sum of RGB (Red+Green+Blue) = 255+86+106=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF566A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF566A is #00A995. Grayscale: #8A8A8A. Windows color (decimal): -43414 or 6969087. OLE color: 6969087.
HSL color Cylindrical-coordinate representation of color #FF566A: hue angle of 352.9º 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 #FF566A is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 106 | - |
| CMYK | 0 | 0.66 | 0.58 | 0 |
| HSL | 352.9º | 1% | 0.67% | - |
| HSV(B) | 352.9º | 0.66% | 1% | - |
| XYZ | 47.17 | 28.96 | 16.74 | - |
| YUV | 138.81 | 109.49 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 106 | 0 | 0.66 | 0.58 | 0 | 352.9 | 1 | 0.67 |
| Hex | FF | 56 | 6A | 0 | 42 | 3A | 0 | 161 | 64 | 43 |
| Octal | 377 | 126 | 152 | 0 | 102 | 72 | 0 | 541 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1101010 | 0 | 1000010 | 111010 | 0 | 101100001 | 1100100 | 1000011 |
Color Harmonies of #FF566A
Complementary color
Monochromatic Colors of #FF566A
Black with #FF566A
Text Example
Text Example
White with #FF566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF566A; }
p { color: rgb(255,86,106); }
H1.HeaderClassName
{
color: #FF566A;
}
.AnyTagClassName
{
color: #FF566A;
}
</style>
background-color css
<style>
a { background-color: #FF566A; }
a { background-color: rgb(255,86,106); }
div.DivClassName
{
background-color: #FF566A;
}
.BgClassName
{
background-color: #FF566A;
}
</style>
border-color css
<style>
span { border-color: #FF566A; }
span { border-color: rgb(255,86,106); }
td.TdClassName
{
border-color: #FF566A;
}
.TagClassName
{
border-color: #FF566A;
}
</style>