Shades of Venetian Red #F5000A
Tints of Venetian Red #F5000A
RGB
CMYK
RGB Variations
Color information
#F5000A (or 0xF5000A) is known color: Venetian Red. HEX triplet: F5, 00 and 0A. RGB value is (245,0,10). Sum of RGB (Red+Green+Blue) = 245+0+10=255 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.08% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 245 - color contains mainly: red. Hex color #F5000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5000A is #0AFFF5. Grayscale: #4A4A4A. Windows color (decimal): -720886 or 655605. OLE color: 655605.
HSL color Cylindrical-coordinate representation of color #F5000A: hue angle of 357.55º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.04 |
| HSL | 357.55º | 1% | 0.48% | - |
| HSV(B) | 357.55º | 1% | 0.96% | - |
| XYZ | 37.71 | 19.43 | 2.05 | - |
| YUV | 74.4 | 91.67 | 249.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 10 | 0 | 1 | 0.96 | 0.04 | 357.55 | 1 | 0.48 |
| Hex | F5 | 0 | A | 0 | 64 | 60 | 4 | 166 | 64 | 30 |
| Octal | 365 | 0 | 12 | 0 | 144 | 140 | 4 | 546 | 144 | 60 |
| Binary | 11110101 | 0 | 1010 | 0 | 1100100 | 1100000 | 100 | 101100110 | 1100100 | 110000 |
Color Harmonies of #F5000A
Complementary color
Monochromatic Colors of #F5000A
Black with #F5000A
Text Example
Text Example
White with #F5000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5000A; }
p { color: rgb(245,0,10); }
H1.HeaderClassName
{
color: #F5000A;
}
.AnyTagClassName
{
color: #F5000A;
}
</style>
background-color css
<style>
a { background-color: #F5000A; }
a { background-color: rgb(245,0,10); }
div.DivClassName
{
background-color: #F5000A;
}
.BgClassName
{
background-color: #F5000A;
}
</style>
border-color css
<style>
span { border-color: #F5000A; }
span { border-color: rgb(245,0,10); }
td.TdClassName
{
border-color: #F5000A;
}
.TagClassName
{
border-color: #F5000A;
}
</style>