Shades of Venetian Red #F0050B
Tints of Venetian Red #F0050B
RGB
CMYK
RGB Variations
Color information
#F0050B (or 0xF0050B) is known color: Venetian Red. HEX triplet: F0, 05 and 0B. RGB value is (240,5,11). Sum of RGB (Red+Green+Blue) = 240+5+11=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F0050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0050B is #0FFAF4. Grayscale: #4C4C4C. Windows color (decimal): -1047285 or 722416. OLE color: 722416.
HSL color Cylindrical-coordinate representation of color #F0050B: hue angle of 358.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0050B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.06 |
| HSL | 358.47º | 0.96% | 0.48% | - |
| HSV(B) | 358.47º | 0.98% | 0.94% | - |
| XYZ | 36.05 | 18.66 | 2.02 | - |
| YUV | 75.95 | 91.36 | 245.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 11 | 0 | 0.98 | 0.95 | 0.06 | 358.47 | 0.96 | 0.48 |
| Hex | F0 | 5 | B | 0 | 62 | 5F | 6 | 166 | 60 | 30 |
| Octal | 360 | 5 | 13 | 0 | 142 | 137 | 6 | 546 | 140 | 60 |
| Binary | 11110000 | 101 | 1011 | 0 | 1100010 | 1011111 | 110 | 101100110 | 1100000 | 110000 |
Color Harmonies of #F0050B
Complementary color
Monochromatic Colors of #F0050B
Black with #F0050B
Text Example
Text Example
White with #F0050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0050B; }
p { color: rgb(240,5,11); }
H1.HeaderClassName
{
color: #F0050B;
}
.AnyTagClassName
{
color: #F0050B;
}
</style>
background-color css
<style>
a { background-color: #F0050B; }
a { background-color: rgb(240,5,11); }
div.DivClassName
{
background-color: #F0050B;
}
.BgClassName
{
background-color: #F0050B;
}
</style>
border-color css
<style>
span { border-color: #F0050B; }
span { border-color: rgb(240,5,11); }
td.TdClassName
{
border-color: #F0050B;
}
.TagClassName
{
border-color: #F0050B;
}
</style>