Shades of Tomato #FD5A55
Tints of Tomato #FD5A55
RGB
CMYK
RGB Variations
Color information
#FD5A55 (or 0xFD5A55) is known color: Tomato. HEX triplet: FD, 5A and 55. RGB value is (253,90,85). Sum of RGB (Red+Green+Blue) = 253+90+85=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5A55 is #02A5AA. Grayscale: #8A8A8A. Windows color (decimal): -173483 or 5593853. OLE color: 5593853.
HSL color Cylindrical-coordinate representation of color #FD5A55: hue angle of 1.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD5A55 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 85 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.01 |
| HSL | 1.79º | 0.98% | 0.66% | - |
| HSV(B) | 1.79º | 0.66% | 0.99% | - |
| XYZ | 45.8 | 28.85 | 11.75 | - |
| YUV | 138.17 | 98 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 85 | 0 | 0.64 | 0.66 | 0.01 | 1.79 | 0.98 | 0.66 |
| Hex | FD | 5A | 55 | 0 | 40 | 42 | 1 | 2 | 62 | 42 |
| Octal | 375 | 132 | 125 | 0 | 100 | 102 | 1 | 2 | 142 | 102 |
| Binary | 11111101 | 1011010 | 1010101 | 0 | 1000000 | 1000010 | 1 | 10 | 1100010 | 1000010 |
Color Harmonies of #FD5A55
Complementary color
Monochromatic Colors of #FD5A55
Black with #FD5A55
Text Example
Text Example
White with #FD5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A55; }
p { color: rgb(253,90,85); }
H1.HeaderClassName
{
color: #FD5A55;
}
.AnyTagClassName
{
color: #FD5A55;
}
</style>
background-color css
<style>
a { background-color: #FD5A55; }
a { background-color: rgb(253,90,85); }
div.DivClassName
{
background-color: #FD5A55;
}
.BgClassName
{
background-color: #FD5A55;
}
</style>
border-color css
<style>
span { border-color: #FD5A55; }
span { border-color: rgb(253,90,85); }
td.TdClassName
{
border-color: #FD5A55;
}
.TagClassName
{
border-color: #FD5A55;
}
</style>