Shades of Tomato #FF5A55
Tints of Tomato #FF5A55
RGB
CMYK
RGB Variations
Color information
#FF5A55 (or 0xFF5A55) is known color: Tomato. HEX triplet: FF, 5A and 55. RGB value is (255,90,85). Sum of RGB (Red+Green+Blue) = 255+90+85=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5A55 is #00A5AA. Grayscale: #8A8A8A. Windows color (decimal): -42411 or 5593855. OLE color: 5593855.
HSL color Cylindrical-coordinate representation of color #FF5A55: hue angle of 1.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5A55 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 85 | - |
| CMYK | 0 | 0.65 | 0.67 | 0 |
| HSL | 1.76º | 1% | 0.67% | - |
| HSV(B) | 1.76º | 0.67% | 1% | - |
| XYZ | 46.54 | 29.23 | 11.78 | - |
| YUV | 138.77 | 97.66 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 85 | 0 | 0.65 | 0.67 | 0 | 1.76 | 1 | 0.67 |
| Hex | FF | 5A | 55 | 0 | 41 | 43 | 0 | 2 | 64 | 43 |
| Octal | 377 | 132 | 125 | 0 | 101 | 103 | 0 | 2 | 144 | 103 |
| Binary | 11111111 | 1011010 | 1010101 | 0 | 1000001 | 1000011 | 0 | 10 | 1100100 | 1000011 |
Color Harmonies of #FF5A55
Complementary color
Monochromatic Colors of #FF5A55
Black with #FF5A55
Text Example
Text Example
White with #FF5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A55; }
p { color: rgb(255,90,85); }
H1.HeaderClassName
{
color: #FF5A55;
}
.AnyTagClassName
{
color: #FF5A55;
}
</style>
background-color css
<style>
a { background-color: #FF5A55; }
a { background-color: rgb(255,90,85); }
div.DivClassName
{
background-color: #FF5A55;
}
.BgClassName
{
background-color: #FF5A55;
}
</style>
border-color css
<style>
span { border-color: #FF5A55; }
span { border-color: rgb(255,90,85); }
td.TdClassName
{
border-color: #FF5A55;
}
.TagClassName
{
border-color: #FF5A55;
}
</style>