Shades of Tomato #F26248
Tints of Tomato #F26248
RGB
CMYK
RGB Variations
Color information
#F26248 (or 0xF26248) is known color: Tomato. HEX triplet: F2, 62 and 48. RGB value is (242,98,72). Sum of RGB (Red+Green+Blue) = 242+98+72=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F26248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26248 is #0D9DB7. Grayscale: #8A8A8A. Windows color (decimal): -892344 or 4743922. OLE color: 4743922.
HSL color Cylindrical-coordinate representation of color #F26248: hue angle of 9.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F26248 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 72 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.05 |
| HSL | 9.18º | 0.87% | 0.62% | - |
| HSV(B) | 9.18º | 0.7% | 0.95% | - |
| XYZ | 42.16 | 28.08 | 9.33 | - |
| YUV | 138.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 72 | 0 | 0.60 | 0.70 | 0.05 | 9.18 | 0.87 | 0.62 |
| Hex | F2 | 62 | 48 | 0 | 3C | 46 | 5 | 9 | 57 | 3E |
| Octal | 362 | 142 | 110 | 0 | 74 | 106 | 5 | 11 | 127 | 76 |
| Binary | 11110010 | 1100010 | 1001000 | 0 | 111100 | 1000110 | 101 | 1001 | 1010111 | 111110 |
Color Harmonies of #F26248
Complementary color
Monochromatic Colors of #F26248
Black with #F26248
Text Example
Text Example
White with #F26248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26248; }
p { color: rgb(242,98,72); }
H1.HeaderClassName
{
color: #F26248;
}
.AnyTagClassName
{
color: #F26248;
}
</style>
background-color css
<style>
a { background-color: #F26248; }
a { background-color: rgb(242,98,72); }
div.DivClassName
{
background-color: #F26248;
}
.BgClassName
{
background-color: #F26248;
}
</style>
border-color css
<style>
span { border-color: #F26248; }
span { border-color: rgb(242,98,72); }
td.TdClassName
{
border-color: #F26248;
}
.TagClassName
{
border-color: #F26248;
}
</style>