Shades of Tomato #F2574B
Tints of Tomato #F2574B
RGB
CMYK
RGB Variations
Color information
#F2574B (or 0xF2574B) is known color: Tomato. HEX triplet: F2, 57 and 4B. RGB value is (242,87,75). Sum of RGB (Red+Green+Blue) = 242+87+75=404 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.90% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 242 - color contains mainly: red. Hex color #F2574B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2574B is #0DA8B4. Grayscale: #848484. Windows color (decimal): -895157 or 4937714. OLE color: 4937714.
HSL color Cylindrical-coordinate representation of color #F2574B: hue angle of 4.31º 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 #F2574B is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 75 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.05 |
| HSL | 4.31º | 0.87% | 0.62% | - |
| HSV(B) | 4.31º | 0.69% | 0.95% | - |
| XYZ | 41.3 | 26.2 | 9.54 | - |
| YUV | 131.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 75 | 0 | 0.64 | 0.69 | 0.05 | 4.31 | 0.87 | 0.62 |
| Hex | F2 | 57 | 4B | 0 | 40 | 45 | 5 | 4 | 57 | 3E |
| Octal | 362 | 127 | 113 | 0 | 100 | 105 | 5 | 4 | 127 | 76 |
| Binary | 11110010 | 1010111 | 1001011 | 0 | 1000000 | 1000101 | 101 | 100 | 1010111 | 111110 |
Color Harmonies of #F2574B
Complementary color
Monochromatic Colors of #F2574B
Black with #F2574B
Text Example
Text Example
White with #F2574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2574B; }
p { color: rgb(242,87,75); }
H1.HeaderClassName
{
color: #F2574B;
}
.AnyTagClassName
{
color: #F2574B;
}
</style>
background-color css
<style>
a { background-color: #F2574B; }
a { background-color: rgb(242,87,75); }
div.DivClassName
{
background-color: #F2574B;
}
.BgClassName
{
background-color: #F2574B;
}
</style>
border-color css
<style>
span { border-color: #F2574B; }
span { border-color: rgb(242,87,75); }
td.TdClassName
{
border-color: #F2574B;
}
.TagClassName
{
border-color: #F2574B;
}
</style>