Shades of Tomato #FE5955
Tints of Tomato #FE5955
RGB
CMYK
RGB Variations
Color information
#FE5955 (or 0xFE5955) is known color: Tomato. HEX triplet: FE, 59 and 55. RGB value is (254,89,85). Sum of RGB (Red+Green+Blue) = 254+89+85=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5955 is #01A6AA. Grayscale: #8A8A8A. Windows color (decimal): -108203 or 5593598. OLE color: 5593598.
HSL color Cylindrical-coordinate representation of color #FE5955: hue angle of 1.42º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE5955 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 85 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.00 |
| HSL | 1.42º | 0.99% | 0.66% | - |
| HSV(B) | 1.42º | 0.67% | 1% | - |
| XYZ | 46.09 | 28.87 | 11.74 | - |
| YUV | 137.88 | 98.16 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 85 | 0 | 0.65 | 0.67 | 0.00 | 1.42 | 0.99 | 0.66 |
| Hex | FE | 59 | 55 | 0 | 41 | 43 | 0 | 1 | 63 | 42 |
| Octal | 376 | 131 | 125 | 0 | 101 | 103 | 0 | 1 | 143 | 102 |
| Binary | 11111110 | 1011001 | 1010101 | 0 | 1000001 | 1000011 | 0 | 1 | 1100011 | 1000010 |
Color Harmonies of #FE5955
Complementary color
Monochromatic Colors of #FE5955
Black with #FE5955
Text Example
Text Example
White with #FE5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5955; }
p { color: rgb(254,89,85); }
H1.HeaderClassName
{
color: #FE5955;
}
.AnyTagClassName
{
color: #FE5955;
}
</style>
background-color css
<style>
a { background-color: #FE5955; }
a { background-color: rgb(254,89,85); }
div.DivClassName
{
background-color: #FE5955;
}
.BgClassName
{
background-color: #FE5955;
}
</style>
border-color css
<style>
span { border-color: #FE5955; }
span { border-color: rgb(254,89,85); }
td.TdClassName
{
border-color: #FE5955;
}
.TagClassName
{
border-color: #FE5955;
}
</style>