Shades of Venetian Red #F0060E
Tints of Venetian Red #F0060E
RGB
CMYK
RGB Variations
Color information
#F0060E (or 0xF0060E) is known color: Venetian Red. HEX triplet: F0, 06 and 0E. RGB value is (240,6,14). Sum of RGB (Red+Green+Blue) = 240+6+14=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F0060E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0060E is #0FF9F1. Grayscale: #4D4D4D. Windows color (decimal): -1047026 or 919280. OLE color: 919280.
HSL color Cylindrical-coordinate representation of color #F0060E: hue angle of 357.95º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0060E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.06 |
| HSL | 357.95º | 0.95% | 0.48% | - |
| HSV(B) | 357.95º | 0.98% | 0.94% | - |
| XYZ | 36.08 | 18.69 | 2.12 | - |
| YUV | 76.88 | 92.52 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 14 | 0 | 0.98 | 0.94 | 0.06 | 357.95 | 0.95 | 0.48 |
| Hex | F0 | 6 | E | 0 | 62 | 5E | 6 | 166 | 5F | 30 |
| Octal | 360 | 6 | 16 | 0 | 142 | 136 | 6 | 546 | 137 | 60 |
| Binary | 11110000 | 110 | 1110 | 0 | 1100010 | 1011110 | 110 | 101100110 | 1011111 | 110000 |
Color Harmonies of #F0060E
Complementary color
Monochromatic Colors of #F0060E
Black with #F0060E
Text Example
Text Example
White with #F0060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0060E; }
p { color: rgb(240,6,14); }
H1.HeaderClassName
{
color: #F0060E;
}
.AnyTagClassName
{
color: #F0060E;
}
</style>
background-color css
<style>
a { background-color: #F0060E; }
a { background-color: rgb(240,6,14); }
div.DivClassName
{
background-color: #F0060E;
}
.BgClassName
{
background-color: #F0060E;
}
</style>
border-color css
<style>
span { border-color: #F0060E; }
span { border-color: rgb(240,6,14); }
td.TdClassName
{
border-color: #F0060E;
}
.TagClassName
{
border-color: #F0060E;
}
</style>