Shades of Venetian Red #F2020A
Tints of Venetian Red #F2020A
RGB
CMYK
RGB Variations
Color information
#F2020A (or 0xF2020A) is known color: Venetian Red. HEX triplet: F2, 02 and 0A. RGB value is (242,2,10). Sum of RGB (Red+Green+Blue) = 242+2+10=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F2020A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2020A is #0DFDF5. Grayscale: #4A4A4A. Windows color (decimal): -916982 or 656114. OLE color: 656114.
HSL color Cylindrical-coordinate representation of color #F2020A: hue angle of 358º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2020A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.05 |
| HSL | 358º | 0.98% | 0.48% | - |
| HSV(B) | 358º | 0.99% | 0.95% | - |
| XYZ | 36.69 | 18.94 | 2.01 | - |
| YUV | 74.67 | 91.51 | 247.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 10 | 0 | 0.99 | 0.96 | 0.05 | 358 | 0.98 | 0.48 |
| Hex | F2 | 2 | A | 0 | 63 | 60 | 5 | 166 | 62 | 30 |
| Octal | 362 | 2 | 12 | 0 | 143 | 140 | 5 | 546 | 142 | 60 |
| Binary | 11110010 | 10 | 1010 | 0 | 1100011 | 1100000 | 101 | 101100110 | 1100010 | 110000 |
Color Harmonies of #F2020A
Complementary color
Monochromatic Colors of #F2020A
Black with #F2020A
Text Example
Text Example
White with #F2020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2020A; }
p { color: rgb(242,2,10); }
H1.HeaderClassName
{
color: #F2020A;
}
.AnyTagClassName
{
color: #F2020A;
}
</style>
background-color css
<style>
a { background-color: #F2020A; }
a { background-color: rgb(242,2,10); }
div.DivClassName
{
background-color: #F2020A;
}
.BgClassName
{
background-color: #F2020A;
}
</style>
border-color css
<style>
span { border-color: #F2020A; }
span { border-color: rgb(242,2,10); }
td.TdClassName
{
border-color: #F2020A;
}
.TagClassName
{
border-color: #F2020A;
}
</style>