Shades of Tomato #F26450
Tints of Tomato #F26450
RGB
CMYK
RGB Variations
Color information
#F26450 (or 0xF26450) is known color: Tomato. HEX triplet: F2, 64 and 50. RGB value is (242,100,80). Sum of RGB (Red+Green+Blue) = 242+100+80=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F26450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26450 is #0D9BAF. Grayscale: #8C8C8C. Windows color (decimal): -891824 or 5268722. OLE color: 5268722.
HSL color Cylindrical-coordinate representation of color #F26450: hue angle of 7.41º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F26450 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 80 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.05 |
| HSL | 7.41º | 0.86% | 0.63% | - |
| HSV(B) | 7.41º | 0.67% | 0.95% | - |
| XYZ | 42.62 | 28.57 | 10.86 | - |
| YUV | 140.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 80 | 0 | 0.59 | 0.67 | 0.05 | 7.41 | 0.86 | 0.63 |
| Hex | F2 | 64 | 50 | 0 | 3B | 43 | 5 | 7 | 56 | 3F |
| Octal | 362 | 144 | 120 | 0 | 73 | 103 | 5 | 7 | 126 | 77 |
| Binary | 11110010 | 1100100 | 1010000 | 0 | 111011 | 1000011 | 101 | 111 | 1010110 | 111111 |
Color Harmonies of #F26450
Complementary color
Monochromatic Colors of #F26450
Black with #F26450
Text Example
Text Example
White with #F26450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26450; }
p { color: rgb(242,100,80); }
H1.HeaderClassName
{
color: #F26450;
}
.AnyTagClassName
{
color: #F26450;
}
</style>
background-color css
<style>
a { background-color: #F26450; }
a { background-color: rgb(242,100,80); }
div.DivClassName
{
background-color: #F26450;
}
.BgClassName
{
background-color: #F26450;
}
</style>
border-color css
<style>
span { border-color: #F26450; }
span { border-color: rgb(242,100,80); }
td.TdClassName
{
border-color: #F26450;
}
.TagClassName
{
border-color: #F26450;
}
</style>