Shades of Tomato #FF5F50
Tints of Tomato #FF5F50
RGB
CMYK
RGB Variations
Color information
#FF5F50 (or 0xFF5F50) is known color: Tomato. HEX triplet: FF, 5F and 50. RGB value is (255,95,80). Sum of RGB (Red+Green+Blue) = 255+95+80=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5F50 is #00A0AF. Grayscale: #8D8D8D. Windows color (decimal): -41136 or 5267455. OLE color: 5267455.
HSL color Cylindrical-coordinate representation of color #FF5F50: hue angle of 5.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF5F50 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 80 | - |
| CMYK | 0 | 0.63 | 0.69 | 0 |
| HSL | 5.14º | 1% | 0.66% | - |
| HSV(B) | 5.14º | 0.69% | 1% | - |
| XYZ | 46.78 | 30.02 | 10.92 | - |
| YUV | 141.13 | 93.51 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 80 | 0 | 0.63 | 0.69 | 0 | 5.14 | 1 | 0.66 |
| Hex | FF | 5F | 50 | 0 | 3F | 45 | 0 | 5 | 64 | 42 |
| Octal | 377 | 137 | 120 | 0 | 77 | 105 | 0 | 5 | 144 | 102 |
| Binary | 11111111 | 1011111 | 1010000 | 0 | 111111 | 1000101 | 0 | 101 | 1100100 | 1000010 |
Color Harmonies of #FF5F50
Complementary color
Monochromatic Colors of #FF5F50
Black with #FF5F50
Text Example
Text Example
White with #FF5F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F50; }
p { color: rgb(255,95,80); }
H1.HeaderClassName
{
color: #FF5F50;
}
.AnyTagClassName
{
color: #FF5F50;
}
</style>
background-color css
<style>
a { background-color: #FF5F50; }
a { background-color: rgb(255,95,80); }
div.DivClassName
{
background-color: #FF5F50;
}
.BgClassName
{
background-color: #FF5F50;
}
</style>
border-color css
<style>
span { border-color: #FF5F50; }
span { border-color: rgb(255,95,80); }
td.TdClassName
{
border-color: #FF5F50;
}
.TagClassName
{
border-color: #FF5F50;
}
</style>