Shades of Venetian Red #F60205
Tints of Venetian Red #F60205
RGB
CMYK
RGB Variations
Color information
#F60205 (or 0xF60205) is known color: Venetian Red. HEX triplet: F6, 02 and 05. RGB value is (246,2,5). Sum of RGB (Red+Green+Blue) = 246+2+5=253 (33% of max value = 765). Red value is 246 (96.48% from 255 or 97.23% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 246 - color contains mainly: red. Hex color #F60205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60205 is #09FDFA. Grayscale: #4B4B4B. Windows color (decimal): -654843 or 328438. OLE color: 328438.
HSL color Cylindrical-coordinate representation of color #F60205: hue angle of 359.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.04 |
| HSL | 359.26º | 0.98% | 0.49% | - |
| HSV(B) | 359.26º | 0.99% | 0.96% | - |
| XYZ | 38.06 | 19.65 | 1.93 | - |
| YUV | 75.3 | 88.34 | 249.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 5 | 0 | 0.99 | 0.98 | 0.04 | 359.26 | 0.98 | 0.49 |
| Hex | F6 | 2 | 5 | 0 | 63 | 62 | 4 | 167 | 62 | 31 |
| Octal | 366 | 2 | 5 | 0 | 143 | 142 | 4 | 547 | 142 | 61 |
| Binary | 11110110 | 10 | 101 | 0 | 1100011 | 1100010 | 100 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F60205
Complementary color
Monochromatic Colors of #F60205
Black with #F60205
Text Example
Text Example
White with #F60205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60205; }
p { color: rgb(246,2,5); }
H1.HeaderClassName
{
color: #F60205;
}
.AnyTagClassName
{
color: #F60205;
}
</style>
background-color css
<style>
a { background-color: #F60205; }
a { background-color: rgb(246,2,5); }
div.DivClassName
{
background-color: #F60205;
}
.BgClassName
{
background-color: #F60205;
}
</style>
border-color css
<style>
span { border-color: #F60205; }
span { border-color: rgb(246,2,5); }
td.TdClassName
{
border-color: #F60205;
}
.TagClassName
{
border-color: #F60205;
}
</style>