Shades of Venetian Red #F2080A
Tints of Venetian Red #F2080A
RGB
CMYK
RGB Variations
Color information
#F2080A (or 0xF2080A) is known color: Venetian Red. HEX triplet: F2, 08 and 0A. RGB value is (242,8,10). Sum of RGB (Red+Green+Blue) = 242+8+10=260 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.08% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 242 - color contains mainly: red. Hex color #F2080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2080A is #0DF7F5. Grayscale: #4E4E4E. Windows color (decimal): -915446 or 657650. OLE color: 657650.
HSL color Cylindrical-coordinate representation of color #F2080A: hue angle of 359.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2080A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.05 |
| HSL | 359.49º | 0.94% | 0.49% | - |
| HSV(B) | 359.49º | 0.97% | 0.95% | - |
| XYZ | 36.76 | 19.07 | 2.03 | - |
| YUV | 78.19 | 89.52 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 10 | 0 | 0.97 | 0.96 | 0.05 | 359.49 | 0.94 | 0.49 |
| Hex | F2 | 8 | A | 0 | 61 | 60 | 5 | 167 | 5E | 31 |
| Octal | 362 | 10 | 12 | 0 | 141 | 140 | 5 | 547 | 136 | 61 |
| Binary | 11110010 | 1000 | 1010 | 0 | 1100001 | 1100000 | 101 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F2080A
Complementary color
Monochromatic Colors of #F2080A
Black with #F2080A
Text Example
Text Example
White with #F2080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2080A; }
p { color: rgb(242,8,10); }
H1.HeaderClassName
{
color: #F2080A;
}
.AnyTagClassName
{
color: #F2080A;
}
</style>
background-color css
<style>
a { background-color: #F2080A; }
a { background-color: rgb(242,8,10); }
div.DivClassName
{
background-color: #F2080A;
}
.BgClassName
{
background-color: #F2080A;
}
</style>
border-color css
<style>
span { border-color: #F2080A; }
span { border-color: rgb(242,8,10); }
td.TdClassName
{
border-color: #F2080A;
}
.TagClassName
{
border-color: #F2080A;
}
</style>