Shades of Venetian Red #F60305
Tints of Venetian Red #F60305
RGB
CMYK
RGB Variations
Color information
#F60305 (or 0xF60305) is known color: Venetian Red. HEX triplet: F6, 03 and 05. RGB value is (246,3,5). Sum of RGB (Red+Green+Blue) = 246+3+5=254 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.85% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 246 - color contains mainly: red. Hex color #F60305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60305 is #09FCFA. Grayscale: #4C4C4C. Windows color (decimal): -654587 or 328694. OLE color: 328694.
HSL color Cylindrical-coordinate representation of color #F60305: hue angle of 359.51º 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 #F60305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.04 |
| HSL | 359.51º | 0.98% | 0.49% | - |
| HSV(B) | 359.51º | 0.99% | 0.96% | - |
| XYZ | 38.07 | 19.67 | 1.93 | - |
| YUV | 75.89 | 88.01 | 249.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 5 | 0 | 0.99 | 0.98 | 0.04 | 359.51 | 0.98 | 0.49 |
| Hex | F6 | 3 | 5 | 0 | 63 | 62 | 4 | 168 | 62 | 31 |
| Octal | 366 | 3 | 5 | 0 | 143 | 142 | 4 | 550 | 142 | 61 |
| Binary | 11110110 | 11 | 101 | 0 | 1100011 | 1100010 | 100 | 101101000 | 1100010 | 110001 |
Color Harmonies of #F60305
Complementary color
Monochromatic Colors of #F60305
Black with #F60305
Text Example
Text Example
White with #F60305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60305; }
p { color: rgb(246,3,5); }
H1.HeaderClassName
{
color: #F60305;
}
.AnyTagClassName
{
color: #F60305;
}
</style>
background-color css
<style>
a { background-color: #F60305; }
a { background-color: rgb(246,3,5); }
div.DivClassName
{
background-color: #F60305;
}
.BgClassName
{
background-color: #F60305;
}
</style>
border-color css
<style>
span { border-color: #F60305; }
span { border-color: rgb(246,3,5); }
td.TdClassName
{
border-color: #F60305;
}
.TagClassName
{
border-color: #F60305;
}
</style>