Shades of Venetian Red #F20205
Tints of Venetian Red #F20205
RGB
CMYK
RGB Variations
Color information
#F20205 (or 0xF20205) is known color: Venetian Red. HEX triplet: F2, 02 and 05. RGB value is (242,2,5). Sum of RGB (Red+Green+Blue) = 242+2+5=249 (32% of max value = 765). Red value is 242 (94.92% from 255 or 97.19% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 242 - color contains mainly: red. Hex color #F20205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20205 is #0DFDFA. Grayscale: #4A4A4A. Windows color (decimal): -916987 or 328434. OLE color: 328434.
HSL color Cylindrical-coordinate representation of color #F20205: hue angle of 359.25º 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 #F20205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.05 |
| HSL | 359.25º | 0.98% | 0.48% | - |
| HSV(B) | 359.25º | 0.99% | 0.95% | - |
| XYZ | 36.67 | 18.93 | 1.87 | - |
| YUV | 74.1 | 89.01 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 5 | 0 | 0.99 | 0.98 | 0.05 | 359.25 | 0.98 | 0.48 |
| Hex | F2 | 2 | 5 | 0 | 63 | 62 | 5 | 167 | 62 | 30 |
| Octal | 362 | 2 | 5 | 0 | 143 | 142 | 5 | 547 | 142 | 60 |
| Binary | 11110010 | 10 | 101 | 0 | 1100011 | 1100010 | 101 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F20205
Complementary color
Monochromatic Colors of #F20205
Black with #F20205
Text Example
Text Example
White with #F20205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20205; }
p { color: rgb(242,2,5); }
H1.HeaderClassName
{
color: #F20205;
}
.AnyTagClassName
{
color: #F20205;
}
</style>
background-color css
<style>
a { background-color: #F20205; }
a { background-color: rgb(242,2,5); }
div.DivClassName
{
background-color: #F20205;
}
.BgClassName
{
background-color: #F20205;
}
</style>
border-color css
<style>
span { border-color: #F20205; }
span { border-color: rgb(242,2,5); }
td.TdClassName
{
border-color: #F20205;
}
.TagClassName
{
border-color: #F20205;
}
</style>