Shades of Tomato #FF5A56
Tints of Tomato #FF5A56
RGB
CMYK
RGB Variations
Color information
#FF5A56 (or 0xFF5A56) is known color: Tomato. HEX triplet: FF, 5A and 56. RGB value is (255,90,86). Sum of RGB (Red+Green+Blue) = 255+90+86=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A56 is #00A5A9. Grayscale: #8B8B8B. Windows color (decimal): -42410 or 5659391. OLE color: 5659391.
HSL color Cylindrical-coordinate representation of color #FF5A56: hue angle of 1.42º 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 #FF5A56 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 86 | - |
| CMYK | 0 | 0.65 | 0.66 | 0 |
| HSL | 1.42º | 1% | 0.67% | - |
| HSV(B) | 1.42º | 0.66% | 1% | - |
| XYZ | 46.58 | 29.24 | 11.99 | - |
| YUV | 138.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 86 | 0 | 0.65 | 0.66 | 0 | 1.42 | 1 | 0.67 |
| Hex | FF | 5A | 56 | 0 | 41 | 42 | 0 | 1 | 64 | 43 |
| Octal | 377 | 132 | 126 | 0 | 101 | 102 | 0 | 1 | 144 | 103 |
| Binary | 11111111 | 1011010 | 1010110 | 0 | 1000001 | 1000010 | 0 | 1 | 1100100 | 1000011 |
Color Harmonies of #FF5A56
Complementary color
Monochromatic Colors of #FF5A56
Black with #FF5A56
Text Example
Text Example
White with #FF5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A56; }
p { color: rgb(255,90,86); }
H1.HeaderClassName
{
color: #FF5A56;
}
.AnyTagClassName
{
color: #FF5A56;
}
</style>
background-color css
<style>
a { background-color: #FF5A56; }
a { background-color: rgb(255,90,86); }
div.DivClassName
{
background-color: #FF5A56;
}
.BgClassName
{
background-color: #FF5A56;
}
</style>
border-color css
<style>
span { border-color: #FF5A56; }
span { border-color: rgb(255,90,86); }
td.TdClassName
{
border-color: #FF5A56;
}
.TagClassName
{
border-color: #FF5A56;
}
</style>