Shades of Tomato #F2614F
Tints of Tomato #F2614F
RGB
CMYK
RGB Variations
Color information
#F2614F (or 0xF2614F) is known color: Tomato. HEX triplet: F2, 61 and 4F. RGB value is (242,97,79). Sum of RGB (Red+Green+Blue) = 242+97+79=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2614F is #0D9EB0. Grayscale: #8A8A8A. Windows color (decimal): -892593 or 5202418. OLE color: 5202418.
HSL color Cylindrical-coordinate representation of color #F2614F: hue angle of 6.63º 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 #F2614F is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 79 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.05 |
| HSL | 6.63º | 0.86% | 0.63% | - |
| HSV(B) | 6.63º | 0.67% | 0.95% | - |
| XYZ | 42.3 | 27.99 | 10.57 | - |
| YUV | 138.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 79 | 0 | 0.60 | 0.67 | 0.05 | 6.63 | 0.86 | 0.63 |
| Hex | F2 | 61 | 4F | 0 | 3C | 43 | 5 | 7 | 56 | 3F |
| Octal | 362 | 141 | 117 | 0 | 74 | 103 | 5 | 7 | 126 | 77 |
| Binary | 11110010 | 1100001 | 1001111 | 0 | 111100 | 1000011 | 101 | 111 | 1010110 | 111111 |
Color Harmonies of #F2614F
Complementary color
Monochromatic Colors of #F2614F
Black with #F2614F
Text Example
Text Example
White with #F2614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2614F; }
p { color: rgb(242,97,79); }
H1.HeaderClassName
{
color: #F2614F;
}
.AnyTagClassName
{
color: #F2614F;
}
</style>
background-color css
<style>
a { background-color: #F2614F; }
a { background-color: rgb(242,97,79); }
div.DivClassName
{
background-color: #F2614F;
}
.BgClassName
{
background-color: #F2614F;
}
</style>
border-color css
<style>
span { border-color: #F2614F; }
span { border-color: rgb(242,97,79); }
td.TdClassName
{
border-color: #F2614F;
}
.TagClassName
{
border-color: #F2614F;
}
</style>