Shades of Venetian Red #F90002
Tints of Venetian Red #F90002
RGB
CMYK
RGB Variations
Color information
#F90002 (or 0xF90002) is known color: Venetian Red. HEX triplet: F9, 00 and 02. RGB value is (249,0,2). Sum of RGB (Red+Green+Blue) = 249+0+2=251 (33% of max value = 765). Red value is 249 (97.66% from 255 or 99.20% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 249 - color contains mainly: red. Hex color #F90002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90002 is #06FFFD. Grayscale: #4A4A4A. Windows color (decimal): -458750 or 131321. OLE color: 131321.
HSL color Cylindrical-coordinate representation of color #F90002: hue angle of 359.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.99 | 0.02 |
| HSL | 359.52º | 1% | 0.49% | - |
| HSV(B) | 359.52º | 1% | 0.98% | - |
| XYZ | 39.08 | 20.14 | 1.89 | - |
| YUV | 74.68 | 86.99 | 252.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 2 | 0 | 1 | 0.99 | 0.02 | 359.52 | 1 | 0.49 |
| Hex | F9 | 0 | 2 | 0 | 64 | 63 | 2 | 168 | 64 | 31 |
| Octal | 371 | 0 | 2 | 0 | 144 | 143 | 2 | 550 | 144 | 61 |
| Binary | 11111001 | 0 | 10 | 0 | 1100100 | 1100011 | 10 | 101101000 | 1100100 | 110001 |
Color Harmonies of #F90002
Complementary color
Monochromatic Colors of #F90002
Black with #F90002
Text Example
Text Example
White with #F90002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90002; }
p { color: rgb(249,0,2); }
H1.HeaderClassName
{
color: #F90002;
}
.AnyTagClassName
{
color: #F90002;
}
</style>
background-color css
<style>
a { background-color: #F90002; }
a { background-color: rgb(249,0,2); }
div.DivClassName
{
background-color: #F90002;
}
.BgClassName
{
background-color: #F90002;
}
</style>
border-color css
<style>
span { border-color: #F90002; }
span { border-color: rgb(249,0,2); }
td.TdClassName
{
border-color: #F90002;
}
.TagClassName
{
border-color: #F90002;
}
</style>