Shades of Venetian Red #F0080B
Tints of Venetian Red #F0080B
RGB
CMYK
RGB Variations
Color information
#F0080B (or 0xF0080B) is known color: Venetian Red. HEX triplet: F0, 08 and 0B. RGB value is (240,8,11). Sum of RGB (Red+Green+Blue) = 240+8+11=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F0080B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0080B is #0FF7F4. Grayscale: #4D4D4D. Windows color (decimal): -1046517 or 723184. OLE color: 723184.
HSL color Cylindrical-coordinate representation of color #F0080B: hue angle of 359.22º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0080B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.06 |
| HSL | 359.22º | 0.94% | 0.49% | - |
| HSV(B) | 359.22º | 0.97% | 0.94% | - |
| XYZ | 36.08 | 18.72 | 2.03 | - |
| YUV | 77.71 | 90.36 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 11 | 0 | 0.97 | 0.95 | 0.06 | 359.22 | 0.94 | 0.49 |
| Hex | F0 | 8 | B | 0 | 61 | 5F | 6 | 167 | 5E | 31 |
| Octal | 360 | 10 | 13 | 0 | 141 | 137 | 6 | 547 | 136 | 61 |
| Binary | 11110000 | 1000 | 1011 | 0 | 1100001 | 1011111 | 110 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F0080B
Complementary color
Monochromatic Colors of #F0080B
Black with #F0080B
Text Example
Text Example
White with #F0080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0080B; }
p { color: rgb(240,8,11); }
H1.HeaderClassName
{
color: #F0080B;
}
.AnyTagClassName
{
color: #F0080B;
}
</style>
background-color css
<style>
a { background-color: #F0080B; }
a { background-color: rgb(240,8,11); }
div.DivClassName
{
background-color: #F0080B;
}
.BgClassName
{
background-color: #F0080B;
}
</style>
border-color css
<style>
span { border-color: #F0080B; }
span { border-color: rgb(240,8,11); }
td.TdClassName
{
border-color: #F0080B;
}
.TagClassName
{
border-color: #F0080B;
}
</style>