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