Shades of Tomato #F26550
Tints of Tomato #F26550
RGB
CMYK
RGB Variations
Color information
#F26550 (or 0xF26550) is known color: Tomato. HEX triplet: F2, 65 and 50. RGB value is (242,101,80). Sum of RGB (Red+Green+Blue) = 242+101+80=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F26550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26550 is #0D9AAF. Grayscale: #8C8C8C. Windows color (decimal): -891568 or 5268978. OLE color: 5268978.
HSL color Cylindrical-coordinate representation of color #F26550: hue angle of 7.78º 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 #F26550 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 80 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.05 |
| HSL | 7.78º | 0.86% | 0.63% | - |
| HSV(B) | 7.78º | 0.67% | 0.95% | - |
| XYZ | 42.72 | 28.76 | 10.89 | - |
| YUV | 140.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 80 | 0 | 0.58 | 0.67 | 0.05 | 7.78 | 0.86 | 0.63 |
| Hex | F2 | 65 | 50 | 0 | 3A | 43 | 5 | 8 | 56 | 3F |
| Octal | 362 | 145 | 120 | 0 | 72 | 103 | 5 | 10 | 126 | 77 |
| Binary | 11110010 | 1100101 | 1010000 | 0 | 111010 | 1000011 | 101 | 1000 | 1010110 | 111111 |
Color Harmonies of #F26550
Complementary color
Monochromatic Colors of #F26550
Black with #F26550
Text Example
Text Example
White with #F26550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26550; }
p { color: rgb(242,101,80); }
H1.HeaderClassName
{
color: #F26550;
}
.AnyTagClassName
{
color: #F26550;
}
</style>
background-color css
<style>
a { background-color: #F26550; }
a { background-color: rgb(242,101,80); }
div.DivClassName
{
background-color: #F26550;
}
.BgClassName
{
background-color: #F26550;
}
</style>
border-color css
<style>
span { border-color: #F26550; }
span { border-color: rgb(242,101,80); }
td.TdClassName
{
border-color: #F26550;
}
.TagClassName
{
border-color: #F26550;
}
</style>