Shades of Venetian Red #F20004
Tints of Venetian Red #F20004
RGB
CMYK
RGB Variations
Color information
#F20004 (or 0xF20004) is known color: Venetian Red. HEX triplet: F2, 00 and 04. RGB value is (242,0,4). Sum of RGB (Red+Green+Blue) = 242+0+4=246 (32% of max value = 765). Red value is 242 (94.92% from 255 or 98.37% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 242 - color contains mainly: red. Hex color #F20004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20004 is #0DFFFB. Grayscale: #494949. Windows color (decimal): -917500 or 262386. OLE color: 262386.
HSL color Cylindrical-coordinate representation of color #F20004: hue angle of 359.01º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.98 | 0.05 |
| HSL | 359.01º | 1% | 0.47% | - |
| HSV(B) | 359.01º | 1% | 0.95% | - |
| XYZ | 36.64 | 18.89 | 1.83 | - |
| YUV | 72.81 | 89.17 | 248.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 4 | 0 | 1 | 0.98 | 0.05 | 359.01 | 1 | 0.47 |
| Hex | F2 | 0 | 4 | 0 | 64 | 62 | 5 | 167 | 64 | 2F |
| Octal | 362 | 0 | 4 | 0 | 144 | 142 | 5 | 547 | 144 | 57 |
| Binary | 11110010 | 0 | 100 | 0 | 1100100 | 1100010 | 101 | 101100111 | 1100100 | 101111 |
Color Harmonies of #F20004
Complementary color
Monochromatic Colors of #F20004
Black with #F20004
Text Example
Text Example
White with #F20004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20004; }
p { color: rgb(242,0,4); }
H1.HeaderClassName
{
color: #F20004;
}
.AnyTagClassName
{
color: #F20004;
}
</style>
background-color css
<style>
a { background-color: #F20004; }
a { background-color: rgb(242,0,4); }
div.DivClassName
{
background-color: #F20004;
}
.BgClassName
{
background-color: #F20004;
}
</style>
border-color css
<style>
span { border-color: #F20004; }
span { border-color: rgb(242,0,4); }
td.TdClassName
{
border-color: #F20004;
}
.TagClassName
{
border-color: #F20004;
}
</style>