Shades of Tomato #F45A52
Tints of Tomato #F45A52
RGB
CMYK
RGB Variations
Color information
#F45A52 (or 0xF45A52) is known color: Tomato. HEX triplet: F4, 5A and 52. RGB value is (244,90,82). Sum of RGB (Red+Green+Blue) = 244+90+82=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A52 is #0BA5AD. Grayscale: #878787. Windows color (decimal): -763310 or 5397236. OLE color: 5397236.
HSL color Cylindrical-coordinate representation of color #F45A52: hue angle of 2.96º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45A52 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 82 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.04 |
| HSL | 2.96º | 0.88% | 0.64% | - |
| HSV(B) | 2.96º | 0.66% | 0.96% | - |
| XYZ | 42.49 | 27.15 | 10.98 | - |
| YUV | 135.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 82 | 0 | 0.63 | 0.66 | 0.04 | 2.96 | 0.88 | 0.64 |
| Hex | F4 | 5A | 52 | 0 | 3F | 42 | 4 | 3 | 58 | 40 |
| Octal | 364 | 132 | 122 | 0 | 77 | 102 | 4 | 3 | 130 | 100 |
| Binary | 11110100 | 1011010 | 1010010 | 0 | 111111 | 1000010 | 100 | 11 | 1011000 | 1000000 |
Color Harmonies of #F45A52
Complementary color
Monochromatic Colors of #F45A52
Black with #F45A52
Text Example
Text Example
White with #F45A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A52; }
p { color: rgb(244,90,82); }
H1.HeaderClassName
{
color: #F45A52;
}
.AnyTagClassName
{
color: #F45A52;
}
</style>
background-color css
<style>
a { background-color: #F45A52; }
a { background-color: rgb(244,90,82); }
div.DivClassName
{
background-color: #F45A52;
}
.BgClassName
{
background-color: #F45A52;
}
</style>
border-color css
<style>
span { border-color: #F45A52; }
span { border-color: rgb(244,90,82); }
td.TdClassName
{
border-color: #F45A52;
}
.TagClassName
{
border-color: #F45A52;
}
</style>