Shades of Tomato #F15845
Tints of Tomato #F15845
RGB
CMYK
RGB Variations
Color information
#F15845 (or 0xF15845) is known color: Tomato. HEX triplet: F1, 58 and 45. RGB value is (241,88,69). Sum of RGB (Red+Green+Blue) = 241+88+69=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F15845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15845 is #0EA7BA. Grayscale: #838383. Windows color (decimal): -960443 or 4544753. OLE color: 4544753.
HSL color Cylindrical-coordinate representation of color #F15845: hue angle of 6.63º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F15845 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 69 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.05 |
| HSL | 6.63º | 0.86% | 0.61% | - |
| HSV(B) | 6.63º | 0.71% | 0.95% | - |
| XYZ | 40.84 | 26.11 | 8.52 | - |
| YUV | 131.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 69 | 0 | 0.63 | 0.71 | 0.05 | 6.63 | 0.86 | 0.61 |
| Hex | F1 | 58 | 45 | 0 | 3F | 47 | 5 | 7 | 56 | 3D |
| Octal | 361 | 130 | 105 | 0 | 77 | 107 | 5 | 7 | 126 | 75 |
| Binary | 11110001 | 1011000 | 1000101 | 0 | 111111 | 1000111 | 101 | 111 | 1010110 | 111101 |
Color Harmonies of #F15845
Complementary color
Monochromatic Colors of #F15845
Black with #F15845
Text Example
Text Example
White with #F15845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15845; }
p { color: rgb(241,88,69); }
H1.HeaderClassName
{
color: #F15845;
}
.AnyTagClassName
{
color: #F15845;
}
</style>
background-color css
<style>
a { background-color: #F15845; }
a { background-color: rgb(241,88,69); }
div.DivClassName
{
background-color: #F15845;
}
.BgClassName
{
background-color: #F15845;
}
</style>
border-color css
<style>
span { border-color: #F15845; }
span { border-color: rgb(241,88,69); }
td.TdClassName
{
border-color: #F15845;
}
.TagClassName
{
border-color: #F15845;
}
</style>