Shades of Venetian Red #F2060C
Tints of Venetian Red #F2060C
RGB
CMYK
RGB Variations
Color information
#F2060C (or 0xF2060C) is known color: Venetian Red. HEX triplet: F2, 06 and 0C. RGB value is (242,6,12). Sum of RGB (Red+Green+Blue) = 242+6+12=260 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.08% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 242 - color contains mainly: red. Hex color #F2060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2060C is #0DF9F3. Grayscale: #4D4D4D. Windows color (decimal): -915956 or 788210. OLE color: 788210.
HSL color Cylindrical-coordinate representation of color #F2060C: hue angle of 358.47º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2060C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.05 |
| HSL | 358.47º | 0.95% | 0.49% | - |
| HSV(B) | 358.47º | 0.98% | 0.95% | - |
| XYZ | 36.75 | 19.03 | 2.08 | - |
| YUV | 77.25 | 91.19 | 245.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 12 | 0 | 0.98 | 0.95 | 0.05 | 358.47 | 0.95 | 0.49 |
| Hex | F2 | 6 | C | 0 | 62 | 5F | 5 | 166 | 5F | 31 |
| Octal | 362 | 6 | 14 | 0 | 142 | 137 | 5 | 546 | 137 | 61 |
| Binary | 11110010 | 110 | 1100 | 0 | 1100010 | 1011111 | 101 | 101100110 | 1011111 | 110001 |
Color Harmonies of #F2060C
Complementary color
Monochromatic Colors of #F2060C
Black with #F2060C
Text Example
Text Example
White with #F2060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2060C; }
p { color: rgb(242,6,12); }
H1.HeaderClassName
{
color: #F2060C;
}
.AnyTagClassName
{
color: #F2060C;
}
</style>
background-color css
<style>
a { background-color: #F2060C; }
a { background-color: rgb(242,6,12); }
div.DivClassName
{
background-color: #F2060C;
}
.BgClassName
{
background-color: #F2060C;
}
</style>
border-color css
<style>
span { border-color: #F2060C; }
span { border-color: rgb(242,6,12); }
td.TdClassName
{
border-color: #F2060C;
}
.TagClassName
{
border-color: #F2060C;
}
</style>