Shades of Tomato #FA614E
Tints of Tomato #FA614E
RGB
CMYK
RGB Variations
Color information
#FA614E (or 0xFA614E) is known color: Tomato. HEX triplet: FA, 61 and 4E. RGB value is (250,97,78). Sum of RGB (Red+Green+Blue) = 250+97+78=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA614E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA614E is #059EB1. Grayscale: #8C8C8C. Windows color (decimal): -368306 or 5136890. OLE color: 5136890.
HSL color Cylindrical-coordinate representation of color #FA614E: hue angle of 6.63º degrees, saturation: 0.95, 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 #FA614E is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 78 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.02 |
| HSL | 6.63º | 0.95% | 0.64% | - |
| HSV(B) | 6.63º | 0.69% | 0.98% | - |
| XYZ | 45.07 | 29.42 | 10.51 | - |
| YUV | 140.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 78 | 0 | 0.61 | 0.69 | 0.02 | 6.63 | 0.95 | 0.64 |
| Hex | FA | 61 | 4E | 0 | 3D | 45 | 2 | 7 | 5F | 40 |
| Octal | 372 | 141 | 116 | 0 | 75 | 105 | 2 | 7 | 137 | 100 |
| Binary | 11111010 | 1100001 | 1001110 | 0 | 111101 | 1000101 | 10 | 111 | 1011111 | 1000000 |
Color Harmonies of #FA614E
Complementary color
Monochromatic Colors of #FA614E
Black with #FA614E
Text Example
Text Example
White with #FA614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA614E; }
p { color: rgb(250,97,78); }
H1.HeaderClassName
{
color: #FA614E;
}
.AnyTagClassName
{
color: #FA614E;
}
</style>
background-color css
<style>
a { background-color: #FA614E; }
a { background-color: rgb(250,97,78); }
div.DivClassName
{
background-color: #FA614E;
}
.BgClassName
{
background-color: #FA614E;
}
</style>
border-color css
<style>
span { border-color: #FA614E; }
span { border-color: rgb(250,97,78); }
td.TdClassName
{
border-color: #FA614E;
}
.TagClassName
{
border-color: #FA614E;
}
</style>