Shades of Tomato #FF614F
Tints of Tomato #FF614F
RGB
CMYK
RGB Variations
Color information
#FF614F (or 0xFF614F) is known color: Tomato. HEX triplet: FF, 61 and 4F. RGB value is (255,97,79). Sum of RGB (Red+Green+Blue) = 255+97+79=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF614F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF614F is #009EB0. Grayscale: #8E8E8E. Windows color (decimal): -40625 or 5202431. OLE color: 5202431.
HSL color Cylindrical-coordinate representation of color #FF614F: hue angle of 6.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF614F is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 97 | 79 | - |
| CMYK | 0 | 0.62 | 0.69 | 0 |
| HSL | 6.14º | 1% | 0.65% | - |
| HSV(B) | 6.14º | 0.69% | 1% | - |
| XYZ | 46.93 | 30.37 | 10.79 | - |
| YUV | 142.19 | 92.35 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 97 | 79 | 0 | 0.62 | 0.69 | 0 | 6.14 | 1 | 0.65 |
| Hex | FF | 61 | 4F | 0 | 3E | 45 | 0 | 6 | 64 | 41 |
| Octal | 377 | 141 | 117 | 0 | 76 | 105 | 0 | 6 | 144 | 101 |
| Binary | 11111111 | 1100001 | 1001111 | 0 | 111110 | 1000101 | 0 | 110 | 1100100 | 1000001 |
Color Harmonies of #FF614F
Complementary color
Monochromatic Colors of #FF614F
Black with #FF614F
Text Example
Text Example
White with #FF614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF614F; }
p { color: rgb(255,97,79); }
H1.HeaderClassName
{
color: #FF614F;
}
.AnyTagClassName
{
color: #FF614F;
}
</style>
background-color css
<style>
a { background-color: #FF614F; }
a { background-color: rgb(255,97,79); }
div.DivClassName
{
background-color: #FF614F;
}
.BgClassName
{
background-color: #FF614F;
}
</style>
border-color css
<style>
span { border-color: #FF614F; }
span { border-color: rgb(255,97,79); }
td.TdClassName
{
border-color: #FF614F;
}
.TagClassName
{
border-color: #FF614F;
}
</style>