Shades of Tomato #FF5F53
Tints of Tomato #FF5F53
RGB
CMYK
RGB Variations
Color information
#FF5F53 (or 0xFF5F53) is known color: Tomato. HEX triplet: FF, 5F and 53. RGB value is (255,95,83). Sum of RGB (Red+Green+Blue) = 255+95+83=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F53 is #00A0AC. Grayscale: #8D8D8D. Windows color (decimal): -41133 or 5464063. OLE color: 5464063.
HSL color Cylindrical-coordinate representation of color #FF5F53: hue angle of 4.19º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF5F53 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 83 | - |
| CMYK | 0 | 0.63 | 0.67 | 0 |
| HSL | 4.19º | 1% | 0.66% | - |
| HSV(B) | 4.19º | 0.67% | 1% | - |
| XYZ | 46.89 | 30.07 | 11.52 | - |
| YUV | 141.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 83 | 0 | 0.63 | 0.67 | 0 | 4.19 | 1 | 0.66 |
| Hex | FF | 5F | 53 | 0 | 3F | 43 | 0 | 4 | 64 | 42 |
| Octal | 377 | 137 | 123 | 0 | 77 | 103 | 0 | 4 | 144 | 102 |
| Binary | 11111111 | 1011111 | 1010011 | 0 | 111111 | 1000011 | 0 | 100 | 1100100 | 1000010 |
Color Harmonies of #FF5F53
Complementary color
Monochromatic Colors of #FF5F53
Black with #FF5F53
Text Example
Text Example
White with #FF5F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F53; }
p { color: rgb(255,95,83); }
H1.HeaderClassName
{
color: #FF5F53;
}
.AnyTagClassName
{
color: #FF5F53;
}
</style>
background-color css
<style>
a { background-color: #FF5F53; }
a { background-color: rgb(255,95,83); }
div.DivClassName
{
background-color: #FF5F53;
}
.BgClassName
{
background-color: #FF5F53;
}
</style>
border-color css
<style>
span { border-color: #FF5F53; }
span { border-color: rgb(255,95,83); }
td.TdClassName
{
border-color: #FF5F53;
}
.TagClassName
{
border-color: #FF5F53;
}
</style>