Shades of Tomato #F95A4D
Tints of Tomato #F95A4D
RGB
CMYK
RGB Variations
Color information
#F95A4D (or 0xF95A4D) is known color: Tomato. HEX triplet: F9, 5A and 4D. RGB value is (249,90,77). Sum of RGB (Red+Green+Blue) = 249+90+77=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A4D is #06A5B2. Grayscale: #888888. Windows color (decimal): -435635 or 5069561. OLE color: 5069561.
HSL color Cylindrical-coordinate representation of color #F95A4D: hue angle of 4.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F95A4D is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 90 | 77 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.02 |
| HSL | 4.53º | 0.93% | 0.64% | - |
| HSV(B) | 4.53º | 0.69% | 0.98% | - |
| XYZ | 44.06 | 27.99 | 10.1 | - |
| YUV | 136.06 | 94.68 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 90 | 77 | 0 | 0.64 | 0.69 | 0.02 | 4.53 | 0.93 | 0.64 |
| Hex | F9 | 5A | 4D | 0 | 40 | 45 | 2 | 5 | 5D | 40 |
| Octal | 371 | 132 | 115 | 0 | 100 | 105 | 2 | 5 | 135 | 100 |
| Binary | 11111001 | 1011010 | 1001101 | 0 | 1000000 | 1000101 | 10 | 101 | 1011101 | 1000000 |
Color Harmonies of #F95A4D
Complementary color
Monochromatic Colors of #F95A4D
Black with #F95A4D
Text Example
Text Example
White with #F95A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95A4D; }
p { color: rgb(249,90,77); }
H1.HeaderClassName
{
color: #F95A4D;
}
.AnyTagClassName
{
color: #F95A4D;
}
</style>
background-color css
<style>
a { background-color: #F95A4D; }
a { background-color: rgb(249,90,77); }
div.DivClassName
{
background-color: #F95A4D;
}
.BgClassName
{
background-color: #F95A4D;
}
</style>
border-color css
<style>
span { border-color: #F95A4D; }
span { border-color: rgb(249,90,77); }
td.TdClassName
{
border-color: #F95A4D;
}
.TagClassName
{
border-color: #F95A4D;
}
</style>