Shades of Tomato #F05A4A
Tints of Tomato #F05A4A
RGB
CMYK
RGB Variations
Color information
#F05A4A (or 0xF05A4A) is known color: Tomato. HEX triplet: F0, 5A and 4A. RGB value is (240,90,74). Sum of RGB (Red+Green+Blue) = 240+90+74=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A4A is #0FA5B5. Grayscale: #858585. Windows color (decimal): -1025462 or 4872944. OLE color: 4872944.
HSL color Cylindrical-coordinate representation of color #F05A4A: hue angle of 5.78º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F05A4A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 74 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.06 |
| HSL | 5.78º | 0.85% | 0.62% | - |
| HSV(B) | 5.78º | 0.69% | 0.94% | - |
| XYZ | 40.83 | 26.33 | 9.41 | - |
| YUV | 133.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 74 | 0 | 0.62 | 0.69 | 0.06 | 5.78 | 0.85 | 0.62 |
| Hex | F0 | 5A | 4A | 0 | 3E | 45 | 6 | 6 | 55 | 3E |
| Octal | 360 | 132 | 112 | 0 | 76 | 105 | 6 | 6 | 125 | 76 |
| Binary | 11110000 | 1011010 | 1001010 | 0 | 111110 | 1000101 | 110 | 110 | 1010101 | 111110 |
Color Harmonies of #F05A4A
Complementary color
Monochromatic Colors of #F05A4A
Black with #F05A4A
Text Example
Text Example
White with #F05A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A4A; }
p { color: rgb(240,90,74); }
H1.HeaderClassName
{
color: #F05A4A;
}
.AnyTagClassName
{
color: #F05A4A;
}
</style>
background-color css
<style>
a { background-color: #F05A4A; }
a { background-color: rgb(240,90,74); }
div.DivClassName
{
background-color: #F05A4A;
}
.BgClassName
{
background-color: #F05A4A;
}
</style>
border-color css
<style>
span { border-color: #F05A4A; }
span { border-color: rgb(240,90,74); }
td.TdClassName
{
border-color: #F05A4A;
}
.TagClassName
{
border-color: #F05A4A;
}
</style>