Shades of Venetian Red #F60507
Tints of Venetian Red #F60507
RGB
CMYK
RGB Variations
Color information
#F60507 (or 0xF60507) is known color: Venetian Red. HEX triplet: F6, 05 and 07. RGB value is (246,5,7). Sum of RGB (Red+Green+Blue) = 246+5+7=258 (34% of max value = 765). Red value is 246 (96.48% from 255 or 95.35% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 246 - color contains mainly: red. Hex color #F60507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60507 is #09FAF8. Grayscale: #4D4D4D. Windows color (decimal): -654073 or 460278. OLE color: 460278.
HSL color Cylindrical-coordinate representation of color #F60507: hue angle of 359.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60507 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.04 |
| HSL | 359.5º | 0.96% | 0.49% | - |
| HSV(B) | 359.5º | 0.98% | 0.96% | - |
| XYZ | 38.1 | 19.72 | 2 | - |
| YUV | 77.29 | 88.34 | 248.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 7 | 0 | 0.98 | 0.97 | 0.04 | 359.5 | 0.96 | 0.49 |
| Hex | F6 | 5 | 7 | 0 | 62 | 61 | 4 | 168 | 60 | 31 |
| Octal | 366 | 5 | 7 | 0 | 142 | 141 | 4 | 550 | 140 | 61 |
| Binary | 11110110 | 101 | 111 | 0 | 1100010 | 1100001 | 100 | 101101000 | 1100000 | 110001 |
Color Harmonies of #F60507
Complementary color
Monochromatic Colors of #F60507
Black with #F60507
Text Example
Text Example
White with #F60507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60507; }
p { color: rgb(246,5,7); }
H1.HeaderClassName
{
color: #F60507;
}
.AnyTagClassName
{
color: #F60507;
}
</style>
background-color css
<style>
a { background-color: #F60507; }
a { background-color: rgb(246,5,7); }
div.DivClassName
{
background-color: #F60507;
}
.BgClassName
{
background-color: #F60507;
}
</style>
border-color css
<style>
span { border-color: #F60507; }
span { border-color: rgb(246,5,7); }
td.TdClassName
{
border-color: #F60507;
}
.TagClassName
{
border-color: #F60507;
}
</style>