Shades of Venetian Red #F00610
Tints of Venetian Red #F00610
RGB
CMYK
RGB Variations
Color information
#F00610 (or 0xF00610) is known color: Venetian Red. HEX triplet: F0, 06 and 10. RGB value is (240,6,16). Sum of RGB (Red+Green+Blue) = 240+6+16=262 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.60% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 240 - color contains mainly: red. Hex color #F00610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00610 is #0FF9EF. Grayscale: #4D4D4D. Windows color (decimal): -1047024 or 1050352. OLE color: 1050352.
HSL color Cylindrical-coordinate representation of color #F00610: hue angle of 357.44º 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 #F00610 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 16 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.06 |
| HSL | 357.44º | 0.95% | 0.48% | - |
| HSV(B) | 357.44º | 0.98% | 0.94% | - |
| XYZ | 36.09 | 18.69 | 2.2 | - |
| YUV | 77.11 | 93.52 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 16 | 0 | 0.98 | 0.93 | 0.06 | 357.44 | 0.95 | 0.48 |
| Hex | F0 | 6 | 10 | 0 | 62 | 5D | 6 | 165 | 5F | 30 |
| Octal | 360 | 6 | 20 | 0 | 142 | 135 | 6 | 545 | 137 | 60 |
| Binary | 11110000 | 110 | 10000 | 0 | 1100010 | 1011101 | 110 | 101100101 | 1011111 | 110000 |
Color Harmonies of #F00610
Complementary color
Monochromatic Colors of #F00610
Black with #F00610
Text Example
Text Example
White with #F00610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00610; }
p { color: rgb(240,6,16); }
H1.HeaderClassName
{
color: #F00610;
}
.AnyTagClassName
{
color: #F00610;
}
</style>
background-color css
<style>
a { background-color: #F00610; }
a { background-color: rgb(240,6,16); }
div.DivClassName
{
background-color: #F00610;
}
.BgClassName
{
background-color: #F00610;
}
</style>
border-color css
<style>
span { border-color: #F00610; }
span { border-color: rgb(240,6,16); }
td.TdClassName
{
border-color: #F00610;
}
.TagClassName
{
border-color: #F00610;
}
</style>