Shades of Wild Watermelon #FF565C
Tints of Wild Watermelon #FF565C
RGB
CMYK
RGB Variations
Color information
#FF565C (or 0xFF565C) is known color: Wild Watermelon. HEX triplet: FF, 56 and 5C. RGB value is (255,86,92). Sum of RGB (Red+Green+Blue) = 255+86+92=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF565C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF565C is #00A9A3. Grayscale: #898989. Windows color (decimal): -43428 or 6051583. OLE color: 6051583.
HSL color Cylindrical-coordinate representation of color #FF565C: hue angle of 357.87º 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 #FF565C is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 92 | - |
| CMYK | 0 | 0.66 | 0.64 | 0 |
| HSL | 357.87º | 1% | 0.67% | - |
| HSV(B) | 357.87º | 0.66% | 1% | - |
| XYZ | 46.5 | 28.69 | 13.21 | - |
| YUV | 137.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 92 | 0 | 0.66 | 0.64 | 0 | 357.87 | 1 | 0.67 |
| Hex | FF | 56 | 5C | 0 | 42 | 40 | 0 | 166 | 64 | 43 |
| Octal | 377 | 126 | 134 | 0 | 102 | 100 | 0 | 546 | 144 | 103 |
| Binary | 11111111 | 1010110 | 1011100 | 0 | 1000010 | 1000000 | 0 | 101100110 | 1100100 | 1000011 |
Color Harmonies of #FF565C
Complementary color
Monochromatic Colors of #FF565C
Black with #FF565C
Text Example
Text Example
White with #FF565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF565C; }
p { color: rgb(255,86,92); }
H1.HeaderClassName
{
color: #FF565C;
}
.AnyTagClassName
{
color: #FF565C;
}
</style>
background-color css
<style>
a { background-color: #FF565C; }
a { background-color: rgb(255,86,92); }
div.DivClassName
{
background-color: #FF565C;
}
.BgClassName
{
background-color: #FF565C;
}
</style>
border-color css
<style>
span { border-color: #FF565C; }
span { border-color: rgb(255,86,92); }
td.TdClassName
{
border-color: #FF565C;
}
.TagClassName
{
border-color: #FF565C;
}
</style>