Shades of Venetian Red #F00002
Tints of Venetian Red #F00002
RGB
CMYK
RGB Variations
Color information
#F00002 (or 0xF00002) is known color: Venetian Red. HEX triplet: F0, 00 and 02. RGB value is (240,0,2). Sum of RGB (Red+Green+Blue) = 240+0+2=242 (32% of max value = 765). Red value is 240 (94.14% from 255 or 99.17% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 240 - color contains mainly: red. Hex color #F00002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00002 is #0FFFFD. Grayscale: #484848. Windows color (decimal): -1048574 or 131312. OLE color: 131312.
HSL color Cylindrical-coordinate representation of color #F00002: hue angle of 359.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.06 |
| HSL | 359.5º | 1% | 0.47% | - |
| HSV(B) | 359.5º | 1% | 0.94% | - |
| XYZ | 35.95 | 18.53 | 1.74 | - |
| YUV | 71.99 | 88.51 | 247.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 2 | 0 | 1 | 0.99 | 0.06 | 359.5 | 1 | 0.47 |
| Hex | F0 | 0 | 2 | 0 | 64 | 63 | 6 | 168 | 64 | 2F |
| Octal | 360 | 0 | 2 | 0 | 144 | 143 | 6 | 550 | 144 | 57 |
| Binary | 11110000 | 0 | 10 | 0 | 1100100 | 1100011 | 110 | 101101000 | 1100100 | 101111 |
Color Harmonies of #F00002
Complementary color
Monochromatic Colors of #F00002
Black with #F00002
Text Example
Text Example
White with #F00002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00002; }
p { color: rgb(240,0,2); }
H1.HeaderClassName
{
color: #F00002;
}
.AnyTagClassName
{
color: #F00002;
}
</style>
background-color css
<style>
a { background-color: #F00002; }
a { background-color: rgb(240,0,2); }
div.DivClassName
{
background-color: #F00002;
}
.BgClassName
{
background-color: #F00002;
}
</style>
border-color css
<style>
span { border-color: #F00002; }
span { border-color: rgb(240,0,2); }
td.TdClassName
{
border-color: #F00002;
}
.TagClassName
{
border-color: #F00002;
}
</style>