Shades of Tomato #F95D4A
Tints of Tomato #F95D4A
RGB
CMYK
RGB Variations
Color information
#F95D4A (or 0xF95D4A) is known color: Tomato. HEX triplet: F9, 5D and 4A. RGB value is (249,93,74). Sum of RGB (Red+Green+Blue) = 249+93+74=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95D4A is #06A2B5. Grayscale: #898989. Windows color (decimal): -434870 or 4873721. OLE color: 4873721.
HSL color Cylindrical-coordinate representation of color #F95D4A: hue angle of 6.51º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F95D4A is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 74 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.02 |
| HSL | 6.51º | 0.94% | 0.63% | - |
| HSV(B) | 6.51º | 0.7% | 0.98% | - |
| XYZ | 44.22 | 28.46 | 9.64 | - |
| YUV | 137.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 74 | 0 | 0.63 | 0.70 | 0.02 | 6.51 | 0.94 | 0.63 |
| Hex | F9 | 5D | 4A | 0 | 3F | 46 | 2 | 7 | 5E | 3F |
| Octal | 371 | 135 | 112 | 0 | 77 | 106 | 2 | 7 | 136 | 77 |
| Binary | 11111001 | 1011101 | 1001010 | 0 | 111111 | 1000110 | 10 | 111 | 1011110 | 111111 |
Color Harmonies of #F95D4A
Complementary color
Monochromatic Colors of #F95D4A
Black with #F95D4A
Text Example
Text Example
White with #F95D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D4A; }
p { color: rgb(249,93,74); }
H1.HeaderClassName
{
color: #F95D4A;
}
.AnyTagClassName
{
color: #F95D4A;
}
</style>
background-color css
<style>
a { background-color: #F95D4A; }
a { background-color: rgb(249,93,74); }
div.DivClassName
{
background-color: #F95D4A;
}
.BgClassName
{
background-color: #F95D4A;
}
</style>
border-color css
<style>
span { border-color: #F95D4A; }
span { border-color: rgb(249,93,74); }
td.TdClassName
{
border-color: #F95D4A;
}
.TagClassName
{
border-color: #F95D4A;
}
</style>