Shades of Venetian Red #F0060A
Tints of Venetian Red #F0060A
RGB
CMYK
RGB Variations
Color information
#F0060A (or 0xF0060A) is known color: Venetian Red. HEX triplet: F0, 06 and 0A. RGB value is (240,6,10). Sum of RGB (Red+Green+Blue) = 240+6+10=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F0060A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0060A is #0FF9F5. Grayscale: #4C4C4C. Windows color (decimal): -1047030 or 657136. OLE color: 657136.
HSL color Cylindrical-coordinate representation of color #F0060A: hue angle of 358.97º 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 #F0060A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.06 |
| HSL | 358.97º | 0.95% | 0.48% | - |
| HSV(B) | 358.97º | 0.98% | 0.94% | - |
| XYZ | 36.06 | 18.68 | 1.99 | - |
| YUV | 76.42 | 90.52 | 244.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 10 | 0 | 0.98 | 0.96 | 0.06 | 358.97 | 0.95 | 0.48 |
| Hex | F0 | 6 | A | 0 | 62 | 60 | 6 | 167 | 5F | 30 |
| Octal | 360 | 6 | 12 | 0 | 142 | 140 | 6 | 547 | 137 | 60 |
| Binary | 11110000 | 110 | 1010 | 0 | 1100010 | 1100000 | 110 | 101100111 | 1011111 | 110000 |
Color Harmonies of #F0060A
Complementary color
Monochromatic Colors of #F0060A
Black with #F0060A
Text Example
Text Example
White with #F0060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0060A; }
p { color: rgb(240,6,10); }
H1.HeaderClassName
{
color: #F0060A;
}
.AnyTagClassName
{
color: #F0060A;
}
</style>
background-color css
<style>
a { background-color: #F0060A; }
a { background-color: rgb(240,6,10); }
div.DivClassName
{
background-color: #F0060A;
}
.BgClassName
{
background-color: #F0060A;
}
</style>
border-color css
<style>
span { border-color: #F0060A; }
span { border-color: rgb(240,6,10); }
td.TdClassName
{
border-color: #F0060A;
}
.TagClassName
{
border-color: #F0060A;
}
</style>