Shades of Venetian Red #F0080A
Tints of Venetian Red #F0080A
RGB
CMYK
RGB Variations
Color information
#F0080A (or 0xF0080A) is known color: Venetian Red. HEX triplet: F0, 08 and 0A. RGB value is (240,8,10). Sum of RGB (Red+Green+Blue) = 240+8+10=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F0080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0080A is #0FF7F5. Grayscale: #4D4D4D. Windows color (decimal): -1046518 or 657648. OLE color: 657648.
HSL color Cylindrical-coordinate representation of color #F0080A: hue angle of 359.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0080A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.06 |
| HSL | 359.48º | 0.94% | 0.49% | - |
| HSV(B) | 359.48º | 0.97% | 0.94% | - |
| XYZ | 36.08 | 18.72 | 2 | - |
| YUV | 77.6 | 89.86 | 243.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 10 | 0 | 0.97 | 0.96 | 0.06 | 359.48 | 0.94 | 0.49 |
| Hex | F0 | 8 | A | 0 | 61 | 60 | 6 | 167 | 5E | 31 |
| Octal | 360 | 10 | 12 | 0 | 141 | 140 | 6 | 547 | 136 | 61 |
| Binary | 11110000 | 1000 | 1010 | 0 | 1100001 | 1100000 | 110 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F0080A
Complementary color
Monochromatic Colors of #F0080A
Black with #F0080A
Text Example
Text Example
White with #F0080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0080A; }
p { color: rgb(240,8,10); }
H1.HeaderClassName
{
color: #F0080A;
}
.AnyTagClassName
{
color: #F0080A;
}
</style>
background-color css
<style>
a { background-color: #F0080A; }
a { background-color: rgb(240,8,10); }
div.DivClassName
{
background-color: #F0080A;
}
.BgClassName
{
background-color: #F0080A;
}
</style>
border-color css
<style>
span { border-color: #F0080A; }
span { border-color: rgb(240,8,10); }
td.TdClassName
{
border-color: #F0080A;
}
.TagClassName
{
border-color: #F0080A;
}
</style>