Shades of Wild Watermelon #FF5A5E
Tints of Wild Watermelon #FF5A5E
RGB
CMYK
RGB Variations
Color information
#FF5A5E (or 0xFF5A5E) is known color: Wild Watermelon. HEX triplet: FF, 5A and 5E. RGB value is (255,90,94). Sum of RGB (Red+Green+Blue) = 255+90+94=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A5E is #00A5A1. Grayscale: #8B8B8B. Windows color (decimal): -42402 or 6183679. OLE color: 6183679.
HSL color Cylindrical-coordinate representation of color #FF5A5E: hue angle of 358.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF5A5E is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 94 | - |
| CMYK | 0 | 0.65 | 0.63 | 0 |
| HSL | 358.55º | 1% | 0.68% | - |
| HSV(B) | 358.55º | 0.65% | 1% | - |
| XYZ | 46.92 | 29.38 | 13.79 | - |
| YUV | 139.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 94 | 0 | 0.65 | 0.63 | 0 | 358.55 | 1 | 0.68 |
| Hex | FF | 5A | 5E | 0 | 41 | 3F | 0 | 167 | 64 | 44 |
| Octal | 377 | 132 | 136 | 0 | 101 | 77 | 0 | 547 | 144 | 104 |
| Binary | 11111111 | 1011010 | 1011110 | 0 | 1000001 | 111111 | 0 | 101100111 | 1100100 | 1000100 |
Color Harmonies of #FF5A5E
Complementary color
Monochromatic Colors of #FF5A5E
Black with #FF5A5E
Text Example
Text Example
White with #FF5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A5E; }
p { color: rgb(255,90,94); }
H1.HeaderClassName
{
color: #FF5A5E;
}
.AnyTagClassName
{
color: #FF5A5E;
}
</style>
background-color css
<style>
a { background-color: #FF5A5E; }
a { background-color: rgb(255,90,94); }
div.DivClassName
{
background-color: #FF5A5E;
}
.BgClassName
{
background-color: #FF5A5E;
}
</style>
border-color css
<style>
span { border-color: #FF5A5E; }
span { border-color: rgb(255,90,94); }
td.TdClassName
{
border-color: #FF5A5E;
}
.TagClassName
{
border-color: #FF5A5E;
}
</style>