Shades of Tomato #F15F4D
Tints of Tomato #F15F4D
RGB
CMYK
RGB Variations
Color information
#F15F4D (or 0xF15F4D) is known color: Tomato. HEX triplet: F1, 5F and 4D. RGB value is (241,95,77). Sum of RGB (Red+Green+Blue) = 241+95+77=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F4D is #0EA0B2. Grayscale: #888888. Windows color (decimal): -958643 or 5070833. OLE color: 5070833.
HSL color Cylindrical-coordinate representation of color #F15F4D: hue angle of 6.59º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F15F4D is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 77 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.05 |
| HSL | 6.59º | 0.85% | 0.62% | - |
| HSV(B) | 6.59º | 0.68% | 0.95% | - |
| XYZ | 41.71 | 27.42 | 10.12 | - |
| YUV | 136.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 77 | 0 | 0.61 | 0.68 | 0.05 | 6.59 | 0.85 | 0.62 |
| Hex | F1 | 5F | 4D | 0 | 3D | 44 | 5 | 7 | 55 | 3E |
| Octal | 361 | 137 | 115 | 0 | 75 | 104 | 5 | 7 | 125 | 76 |
| Binary | 11110001 | 1011111 | 1001101 | 0 | 111101 | 1000100 | 101 | 111 | 1010101 | 111110 |
Color Harmonies of #F15F4D
Complementary color
Monochromatic Colors of #F15F4D
Black with #F15F4D
Text Example
Text Example
White with #F15F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F4D; }
p { color: rgb(241,95,77); }
H1.HeaderClassName
{
color: #F15F4D;
}
.AnyTagClassName
{
color: #F15F4D;
}
</style>
background-color css
<style>
a { background-color: #F15F4D; }
a { background-color: rgb(241,95,77); }
div.DivClassName
{
background-color: #F15F4D;
}
.BgClassName
{
background-color: #F15F4D;
}
</style>
border-color css
<style>
span { border-color: #F15F4D; }
span { border-color: rgb(241,95,77); }
td.TdClassName
{
border-color: #F15F4D;
}
.TagClassName
{
border-color: #F15F4D;
}
</style>