Shades of Venetian Red #F0060B
Tints of Venetian Red #F0060B
RGB
CMYK
RGB Variations
Color information
#F0060B (or 0xF0060B) is known color: Venetian Red. HEX triplet: F0, 06 and 0B. RGB value is (240,6,11). Sum of RGB (Red+Green+Blue) = 240+6+11=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F0060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0060B is #0FF9F4. Grayscale: #4C4C4C. Windows color (decimal): -1047029 or 722672. OLE color: 722672.
HSL color Cylindrical-coordinate representation of color #F0060B: hue angle of 358.72º degrees, saturation: 0.95, 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 #F0060B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.06 |
| HSL | 358.72º | 0.95% | 0.48% | - |
| HSV(B) | 358.72º | 0.98% | 0.94% | - |
| XYZ | 36.06 | 18.68 | 2.02 | - |
| YUV | 76.54 | 91.02 | 244.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 11 | 0 | 0.98 | 0.95 | 0.06 | 358.72 | 0.95 | 0.48 |
| Hex | F0 | 6 | B | 0 | 62 | 5F | 6 | 167 | 5F | 30 |
| Octal | 360 | 6 | 13 | 0 | 142 | 137 | 6 | 547 | 137 | 60 |
| Binary | 11110000 | 110 | 1011 | 0 | 1100010 | 1011111 | 110 | 101100111 | 1011111 | 110000 |
Color Harmonies of #F0060B
Complementary color
Monochromatic Colors of #F0060B
Black with #F0060B
Text Example
Text Example
White with #F0060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0060B; }
p { color: rgb(240,6,11); }
H1.HeaderClassName
{
color: #F0060B;
}
.AnyTagClassName
{
color: #F0060B;
}
</style>
background-color css
<style>
a { background-color: #F0060B; }
a { background-color: rgb(240,6,11); }
div.DivClassName
{
background-color: #F0060B;
}
.BgClassName
{
background-color: #F0060B;
}
</style>
border-color css
<style>
span { border-color: #F0060B; }
span { border-color: rgb(240,6,11); }
td.TdClassName
{
border-color: #F0060B;
}
.TagClassName
{
border-color: #F0060B;
}
</style>