Shades of Tomato #F65A42
Tints of Tomato #F65A42
RGB
CMYK
RGB Variations
Color information
#F65A42 (or 0xF65A42) is known color: Tomato. HEX triplet: F6, 5A and 42. RGB value is (246,90,66). Sum of RGB (Red+Green+Blue) = 246+90+66=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65A42 is #09A5BD. Grayscale: #868686. Windows color (decimal): -632254 or 4348662. OLE color: 4348662.
HSL color Cylindrical-coordinate representation of color #F65A42: hue angle of 8º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F65A42 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 66 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.04 |
| HSL | 8º | 0.91% | 0.61% | - |
| HSV(B) | 8º | 0.73% | 0.96% | - |
| XYZ | 42.65 | 27.3 | 8.18 | - |
| YUV | 133.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 66 | 0 | 0.63 | 0.73 | 0.04 | 8 | 0.91 | 0.61 |
| Hex | F6 | 5A | 42 | 0 | 3F | 49 | 4 | 8 | 5B | 3D |
| Octal | 366 | 132 | 102 | 0 | 77 | 111 | 4 | 10 | 133 | 75 |
| Binary | 11110110 | 1011010 | 1000010 | 0 | 111111 | 1001001 | 100 | 1000 | 1011011 | 111101 |
Color Harmonies of #F65A42
Complementary color
Monochromatic Colors of #F65A42
Black with #F65A42
Text Example
Text Example
White with #F65A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A42; }
p { color: rgb(246,90,66); }
H1.HeaderClassName
{
color: #F65A42;
}
.AnyTagClassName
{
color: #F65A42;
}
</style>
background-color css
<style>
a { background-color: #F65A42; }
a { background-color: rgb(246,90,66); }
div.DivClassName
{
background-color: #F65A42;
}
.BgClassName
{
background-color: #F65A42;
}
</style>
border-color css
<style>
span { border-color: #F65A42; }
span { border-color: rgb(246,90,66); }
td.TdClassName
{
border-color: #F65A42;
}
.TagClassName
{
border-color: #F65A42;
}
</style>