Shades of Tomato #F25D4A
Tints of Tomato #F25D4A
RGB
CMYK
RGB Variations
Color information
#F25D4A (or 0xF25D4A) is known color: Tomato. HEX triplet: F2, 5D and 4A. RGB value is (242,93,74). Sum of RGB (Red+Green+Blue) = 242+93+74=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D4A is #0DA2B5. Grayscale: #878787. Windows color (decimal): -893622 or 4873714. OLE color: 4873714.
HSL color Cylindrical-coordinate representation of color #F25D4A: hue angle of 6.79º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F25D4A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 74 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.05 |
| HSL | 6.79º | 0.87% | 0.62% | - |
| HSV(B) | 6.79º | 0.69% | 0.95% | - |
| XYZ | 41.77 | 27.2 | 9.53 | - |
| YUV | 135.39 | 93.36 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 74 | 0 | 0.62 | 0.69 | 0.05 | 6.79 | 0.87 | 0.62 |
| Hex | F2 | 5D | 4A | 0 | 3E | 45 | 5 | 7 | 57 | 3E |
| Octal | 362 | 135 | 112 | 0 | 76 | 105 | 5 | 7 | 127 | 76 |
| Binary | 11110010 | 1011101 | 1001010 | 0 | 111110 | 1000101 | 101 | 111 | 1010111 | 111110 |
Color Harmonies of #F25D4A
Complementary color
Monochromatic Colors of #F25D4A
Black with #F25D4A
Text Example
Text Example
White with #F25D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D4A; }
p { color: rgb(242,93,74); }
H1.HeaderClassName
{
color: #F25D4A;
}
.AnyTagClassName
{
color: #F25D4A;
}
</style>
background-color css
<style>
a { background-color: #F25D4A; }
a { background-color: rgb(242,93,74); }
div.DivClassName
{
background-color: #F25D4A;
}
.BgClassName
{
background-color: #F25D4A;
}
</style>
border-color css
<style>
span { border-color: #F25D4A; }
span { border-color: rgb(242,93,74); }
td.TdClassName
{
border-color: #F25D4A;
}
.TagClassName
{
border-color: #F25D4A;
}
</style>