Shades of Wild Watermelon #FF596C
Tints of Wild Watermelon #FF596C
RGB
CMYK
RGB Variations
Color information
#FF596C (or 0xFF596C) is known color: Wild Watermelon. HEX triplet: FF, 59 and 6C. RGB value is (255,89,108). Sum of RGB (Red+Green+Blue) = 255+89+108=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF596C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF596C is #00A693. Grayscale: #8C8C8C. Windows color (decimal): -42644 or 7100927. OLE color: 7100927.
HSL color Cylindrical-coordinate representation of color #FF596C: hue angle of 353.13º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF596C is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 89 | 108 | - |
CMYK | 0 | 0.65 | 0.58 | 0 |
HSL | 353.13º | 1% | 0.67% | - |
HSV(B) | 353.13º | 0.65% | 1% | - |
XYZ | 47.52 | 29.49 | 17.37 | - |
YUV | 140.8 | 109.5 | 209.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 89 | 108 | 0 | 0.65 | 0.58 | 0 | 353.13 | 1 | 0.67 |
Hex | FF | 59 | 6C | 0 | 41 | 3A | 0 | 161 | 64 | 43 |
Octal | 377 | 131 | 154 | 0 | 101 | 72 | 0 | 541 | 144 | 103 |
Binary | 11111111 | 1011001 | 1101100 | 0 | 1000001 | 111010 | 0 | 101100001 | 1100100 | 1000011 |
Color Harmonies of #FF596C
Complementary color
Monochromatic Colors of #FF596C
Black with #FF596C
Text Example
Text Example
White with #FF596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF596C; }
p { color: rgb(255,89,108); }
H1.HeaderClassName
{
color: #FF596C;
}
.AnyTagClassName
{
color: #FF596C;
}
</style>
background-color css
<style>
a { background-color: #FF596C; }
a { background-color: rgb(255,89,108); }
div.DivClassName
{
background-color: #FF596C;
}
.BgClassName
{
background-color: #FF596C;
}
</style>
border-color css
<style>
span { border-color: #FF596C; }
span { border-color: rgb(255,89,108); }
td.TdClassName
{
border-color: #FF596C;
}
.TagClassName
{
border-color: #FF596C;
}
</style>