Shades of Venetian Red #F00105
Tints of Venetian Red #F00105
RGB
CMYK
RGB Variations
Color information
#F00105 (or 0xF00105) is known color: Venetian Red. HEX triplet: F0, 01 and 05. RGB value is (240,1,5). Sum of RGB (Red+Green+Blue) = 240+1+5=246 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.56% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 240 - color contains mainly: red. Hex color #F00105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00105 is #0FFEFA. Grayscale: #494949. Windows color (decimal): -1048315 or 328176. OLE color: 328176.
HSL color Cylindrical-coordinate representation of color #F00105: hue angle of 359º 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 #F00105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.06 |
| HSL | 359º | 0.99% | 0.47% | - |
| HSV(B) | 359º | 1% | 0.94% | - |
| XYZ | 35.97 | 18.56 | 1.83 | - |
| YUV | 72.92 | 89.68 | 247.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 5 | 0 | 1.00 | 0.98 | 0.06 | 359 | 0.99 | 0.47 |
| Hex | F0 | 1 | 5 | 0 | 64 | 62 | 6 | 167 | 63 | 2F |
| Octal | 360 | 1 | 5 | 0 | 144 | 142 | 6 | 547 | 143 | 57 |
| Binary | 11110000 | 1 | 101 | 0 | 1100100 | 1100010 | 110 | 101100111 | 1100011 | 101111 |
Color Harmonies of #F00105
Complementary color
Monochromatic Colors of #F00105
Black with #F00105
Text Example
Text Example
White with #F00105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00105; }
p { color: rgb(240,1,5); }
H1.HeaderClassName
{
color: #F00105;
}
.AnyTagClassName
{
color: #F00105;
}
</style>
background-color css
<style>
a { background-color: #F00105; }
a { background-color: rgb(240,1,5); }
div.DivClassName
{
background-color: #F00105;
}
.BgClassName
{
background-color: #F00105;
}
</style>
border-color css
<style>
span { border-color: #F00105; }
span { border-color: rgb(240,1,5); }
td.TdClassName
{
border-color: #F00105;
}
.TagClassName
{
border-color: #F00105;
}
</style>