Shades of Wild Watermelon #FF595A
Tints of Wild Watermelon #FF595A
RGB
CMYK
RGB Variations
Color information
#FF595A (or 0xFF595A) is known color: Wild Watermelon. HEX triplet: FF, 59 and 5A. RGB value is (255,89,90). Sum of RGB (Red+Green+Blue) = 255+89+90=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF595A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF595A is #00A6A5. Grayscale: #8A8A8A. Windows color (decimal): -42662 or 5921279. OLE color: 5921279.
HSL color Cylindrical-coordinate representation of color #FF595A: hue angle of 359.64º 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 #FF595A is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 90 | - |
| CMYK | 0 | 0.65 | 0.65 | 0 |
| HSL | 359.64º | 1% | 0.67% | - |
| HSV(B) | 359.64º | 0.65% | 1% | - |
| XYZ | 46.66 | 29.14 | 12.84 | - |
| YUV | 138.75 | 100.5 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 90 | 0 | 0.65 | 0.65 | 0 | 359.64 | 1 | 0.67 |
| Hex | FF | 59 | 5A | 0 | 41 | 41 | 0 | 168 | 64 | 43 |
| Octal | 377 | 131 | 132 | 0 | 101 | 101 | 0 | 550 | 144 | 103 |
| Binary | 11111111 | 1011001 | 1011010 | 0 | 1000001 | 1000001 | 0 | 101101000 | 1100100 | 1000011 |
Color Harmonies of #FF595A
Complementary color
Monochromatic Colors of #FF595A
Black with #FF595A
Text Example
Text Example
White with #FF595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF595A; }
p { color: rgb(255,89,90); }
H1.HeaderClassName
{
color: #FF595A;
}
.AnyTagClassName
{
color: #FF595A;
}
</style>
background-color css
<style>
a { background-color: #FF595A; }
a { background-color: rgb(255,89,90); }
div.DivClassName
{
background-color: #FF595A;
}
.BgClassName
{
background-color: #FF595A;
}
</style>
border-color css
<style>
span { border-color: #FF595A; }
span { border-color: rgb(255,89,90); }
td.TdClassName
{
border-color: #FF595A;
}
.TagClassName
{
border-color: #FF595A;
}
</style>