Shades of Wild Watermelon #FF565F
Tints of Wild Watermelon #FF565F
RGB
CMYK
RGB Variations
Color information
#FF565F (or 0xFF565F) is known color: Wild Watermelon. HEX triplet: FF, 56 and 5F. RGB value is (255,86,95). Sum of RGB (Red+Green+Blue) = 255+86+95=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF565F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF565F is #00A9A0. Grayscale: #898989. Windows color (decimal): -43425 or 6248191. OLE color: 6248191.
HSL color Cylindrical-coordinate representation of color #FF565F: hue angle of 356.8º 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 #FF565F is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 95 | - |
| CMYK | 0 | 0.66 | 0.63 | 0 |
| HSL | 356.8º | 1% | 0.67% | - |
| HSV(B) | 356.8º | 0.66% | 1% | - |
| XYZ | 46.63 | 28.74 | 13.92 | - |
| YUV | 137.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 95 | 0 | 0.66 | 0.63 | 0 | 356.8 | 1 | 0.67 |
| Hex | FF | 56 | 5F | 0 | 42 | 3F | 0 | 165 | 64 | 43 |
| Octal | 377 | 126 | 137 | 0 | 102 | 77 | 0 | 545 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1011111 | 0 | 1000010 | 111111 | 0 | 101100101 | 1100100 | 1000011 |
Color Harmonies of #FF565F
Complementary color
Monochromatic Colors of #FF565F
Black with #FF565F
Text Example
Text Example
White with #FF565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF565F; }
p { color: rgb(255,86,95); }
H1.HeaderClassName
{
color: #FF565F;
}
.AnyTagClassName
{
color: #FF565F;
}
</style>
background-color css
<style>
a { background-color: #FF565F; }
a { background-color: rgb(255,86,95); }
div.DivClassName
{
background-color: #FF565F;
}
.BgClassName
{
background-color: #FF565F;
}
</style>
border-color css
<style>
span { border-color: #FF565F; }
span { border-color: rgb(255,86,95); }
td.TdClassName
{
border-color: #FF565F;
}
.TagClassName
{
border-color: #FF565F;
}
</style>