Shades of Tomato #F15C4A
Tints of Tomato #F15C4A
RGB
CMYK
RGB Variations
Color information
#F15C4A (or 0xF15C4A) is known color: Tomato. HEX triplet: F1, 5C and 4A. RGB value is (241,92,74). Sum of RGB (Red+Green+Blue) = 241+92+74=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15C4A is #0EA3B5. Grayscale: #868686. Windows color (decimal): -959414 or 4873457. OLE color: 4873457.
HSL color Cylindrical-coordinate representation of color #F15C4A: hue angle of 6.47º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F15C4A is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 74 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.05 |
| HSL | 6.47º | 0.86% | 0.62% | - |
| HSV(B) | 6.47º | 0.69% | 0.95% | - |
| XYZ | 41.34 | 26.85 | 9.48 | - |
| YUV | 134.5 | 93.86 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 74 | 0 | 0.62 | 0.69 | 0.05 | 6.47 | 0.86 | 0.62 |
| Hex | F1 | 5C | 4A | 0 | 3E | 45 | 5 | 6 | 56 | 3E |
| Octal | 361 | 134 | 112 | 0 | 76 | 105 | 5 | 6 | 126 | 76 |
| Binary | 11110001 | 1011100 | 1001010 | 0 | 111110 | 1000101 | 101 | 110 | 1010110 | 111110 |
Color Harmonies of #F15C4A
Complementary color
Monochromatic Colors of #F15C4A
Black with #F15C4A
Text Example
Text Example
White with #F15C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C4A; }
p { color: rgb(241,92,74); }
H1.HeaderClassName
{
color: #F15C4A;
}
.AnyTagClassName
{
color: #F15C4A;
}
</style>
background-color css
<style>
a { background-color: #F15C4A; }
a { background-color: rgb(241,92,74); }
div.DivClassName
{
background-color: #F15C4A;
}
.BgClassName
{
background-color: #F15C4A;
}
</style>
border-color css
<style>
span { border-color: #F15C4A; }
span { border-color: rgb(241,92,74); }
td.TdClassName
{
border-color: #F15C4A;
}
.TagClassName
{
border-color: #F15C4A;
}
</style>