Shades of Tomato #F0664B
Tints of Tomato #F0664B
RGB
CMYK
RGB Variations
Color information
#F0664B (or 0xF0664B) is known color: Tomato. HEX triplet: F0, 66 and 4B. RGB value is (240,102,75). Sum of RGB (Red+Green+Blue) = 240+102+75=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0664B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0664B is #0F99B4. Grayscale: #8C8C8C. Windows color (decimal): -1022389 or 4941552. OLE color: 4941552.
HSL color Cylindrical-coordinate representation of color #F0664B: hue angle of 9.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0664B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 75 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.06 |
| HSL | 9.82º | 0.85% | 0.62% | - |
| HSV(B) | 9.82º | 0.69% | 0.94% | - |
| XYZ | 41.96 | 28.54 | 9.95 | - |
| YUV | 140.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 75 | 0 | 0.58 | 0.69 | 0.06 | 9.82 | 0.85 | 0.62 |
| Hex | F0 | 66 | 4B | 0 | 3A | 45 | 6 | A | 55 | 3E |
| Octal | 360 | 146 | 113 | 0 | 72 | 105 | 6 | 12 | 125 | 76 |
| Binary | 11110000 | 1100110 | 1001011 | 0 | 111010 | 1000101 | 110 | 1010 | 1010101 | 111110 |
Color Harmonies of #F0664B
Complementary color
Monochromatic Colors of #F0664B
Black with #F0664B
Text Example
Text Example
White with #F0664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0664B; }
p { color: rgb(240,102,75); }
H1.HeaderClassName
{
color: #F0664B;
}
.AnyTagClassName
{
color: #F0664B;
}
</style>
background-color css
<style>
a { background-color: #F0664B; }
a { background-color: rgb(240,102,75); }
div.DivClassName
{
background-color: #F0664B;
}
.BgClassName
{
background-color: #F0664B;
}
</style>
border-color css
<style>
span { border-color: #F0664B; }
span { border-color: rgb(240,102,75); }
td.TdClassName
{
border-color: #F0664B;
}
.TagClassName
{
border-color: #F0664B;
}
</style>