Shades of Venetian Red #F0090B
Tints of Venetian Red #F0090B
RGB
CMYK
RGB Variations
Color information
#F0090B (or 0xF0090B) is known color: Venetian Red. HEX triplet: F0, 09 and 0B. RGB value is (240,9,11). Sum of RGB (Red+Green+Blue) = 240+9+11=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F0090B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0090B is #0FF6F4. Grayscale: #4E4E4E. Windows color (decimal): -1046261 or 723440. OLE color: 723440.
HSL color Cylindrical-coordinate representation of color #F0090B: hue angle of 359.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0090B is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 11 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.06 |
| HSL | 359.48º | 0.93% | 0.49% | - |
| HSV(B) | 359.48º | 0.96% | 0.94% | - |
| XYZ | 36.09 | 18.74 | 2.03 | - |
| YUV | 78.3 | 90.03 | 243.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 11 | 0 | 0.96 | 0.95 | 0.06 | 359.48 | 0.93 | 0.49 |
| Hex | F0 | 9 | B | 0 | 60 | 5F | 6 | 167 | 5D | 31 |
| Octal | 360 | 11 | 13 | 0 | 140 | 137 | 6 | 547 | 135 | 61 |
| Binary | 11110000 | 1001 | 1011 | 0 | 1100000 | 1011111 | 110 | 101100111 | 1011101 | 110001 |
Color Harmonies of #F0090B
Complementary color
Monochromatic Colors of #F0090B
Black with #F0090B
Text Example
Text Example
White with #F0090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0090B; }
p { color: rgb(240,9,11); }
H1.HeaderClassName
{
color: #F0090B;
}
.AnyTagClassName
{
color: #F0090B;
}
</style>
background-color css
<style>
a { background-color: #F0090B; }
a { background-color: rgb(240,9,11); }
div.DivClassName
{
background-color: #F0090B;
}
.BgClassName
{
background-color: #F0090B;
}
</style>
border-color css
<style>
span { border-color: #F0090B; }
span { border-color: rgb(240,9,11); }
td.TdClassName
{
border-color: #F0090B;
}
.TagClassName
{
border-color: #F0090B;
}
</style>