Shades of Tomato #F65D4B
Tints of Tomato #F65D4B
RGB
CMYK
RGB Variations
Color information
#F65D4B (or 0xF65D4B) is known color: Tomato. HEX triplet: F6, 5D and 4B. RGB value is (246,93,75). Sum of RGB (Red+Green+Blue) = 246+93+75=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65D4B is #09A2B4. Grayscale: #888888. Windows color (decimal): -631477 or 4939254. OLE color: 4939254.
HSL color Cylindrical-coordinate representation of color #F65D4B: hue angle of 6.32º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F65D4B is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 75 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.04 |
| HSL | 6.32º | 0.9% | 0.63% | - |
| HSV(B) | 6.32º | 0.7% | 0.96% | - |
| XYZ | 43.19 | 27.93 | 9.77 | - |
| YUV | 136.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 75 | 0 | 0.62 | 0.70 | 0.04 | 6.32 | 0.9 | 0.63 |
| Hex | F6 | 5D | 4B | 0 | 3E | 46 | 4 | 6 | 5A | 3F |
| Octal | 366 | 135 | 113 | 0 | 76 | 106 | 4 | 6 | 132 | 77 |
| Binary | 11110110 | 1011101 | 1001011 | 0 | 111110 | 1000110 | 100 | 110 | 1011010 | 111111 |
Color Harmonies of #F65D4B
Complementary color
Monochromatic Colors of #F65D4B
Black with #F65D4B
Text Example
Text Example
White with #F65D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D4B; }
p { color: rgb(246,93,75); }
H1.HeaderClassName
{
color: #F65D4B;
}
.AnyTagClassName
{
color: #F65D4B;
}
</style>
background-color css
<style>
a { background-color: #F65D4B; }
a { background-color: rgb(246,93,75); }
div.DivClassName
{
background-color: #F65D4B;
}
.BgClassName
{
background-color: #F65D4B;
}
</style>
border-color css
<style>
span { border-color: #F65D4B; }
span { border-color: rgb(246,93,75); }
td.TdClassName
{
border-color: #F65D4B;
}
.TagClassName
{
border-color: #F65D4B;
}
</style>