Shades of Venetian Red #F90103
Tints of Venetian Red #F90103
RGB
CMYK
RGB Variations
Color information
#F90103 (or 0xF90103) is known color: Venetian Red. HEX triplet: F9, 01 and 03. RGB value is (249,1,3). Sum of RGB (Red+Green+Blue) = 249+1+3=253 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.42% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 249 - color contains mainly: red. Hex color #F90103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90103 is #06FEFC. Grayscale: #4B4B4B. Windows color (decimal): -458493 or 197113. OLE color: 197113.
HSL color Cylindrical-coordinate representation of color #F90103: hue angle of 359.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.02 |
| HSL | 359.52º | 0.99% | 0.49% | - |
| HSV(B) | 359.52º | 1% | 0.98% | - |
| XYZ | 39.09 | 20.17 | 1.92 | - |
| YUV | 75.38 | 87.16 | 251.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 3 | 0 | 1.00 | 0.99 | 0.02 | 359.52 | 0.99 | 0.49 |
| Hex | F9 | 1 | 3 | 0 | 64 | 63 | 2 | 168 | 63 | 31 |
| Octal | 371 | 1 | 3 | 0 | 144 | 143 | 2 | 550 | 143 | 61 |
| Binary | 11111001 | 1 | 11 | 0 | 1100100 | 1100011 | 10 | 101101000 | 1100011 | 110001 |
Color Harmonies of #F90103
Complementary color
Monochromatic Colors of #F90103
Black with #F90103
Text Example
Text Example
White with #F90103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90103; }
p { color: rgb(249,1,3); }
H1.HeaderClassName
{
color: #F90103;
}
.AnyTagClassName
{
color: #F90103;
}
</style>
background-color css
<style>
a { background-color: #F90103; }
a { background-color: rgb(249,1,3); }
div.DivClassName
{
background-color: #F90103;
}
.BgClassName
{
background-color: #F90103;
}
</style>
border-color css
<style>
span { border-color: #F90103; }
span { border-color: rgb(249,1,3); }
td.TdClassName
{
border-color: #F90103;
}
.TagClassName
{
border-color: #F90103;
}
</style>