Shades of Venetian Red #F2050C
Tints of Venetian Red #F2050C
RGB
CMYK
RGB Variations
Color information
#F2050C (or 0xF2050C) is known color: Venetian Red. HEX triplet: F2, 05 and 0C. RGB value is (242,5,12). Sum of RGB (Red+Green+Blue) = 242+5+12=259 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.44% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 242 - color contains mainly: red. Hex color #F2050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2050C is #0DFAF3. Grayscale: #4C4C4C. Windows color (decimal): -916212 or 787954. OLE color: 787954.
HSL color Cylindrical-coordinate representation of color #F2050C: hue angle of 358.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.05 |
| HSL | 358.23º | 0.96% | 0.48% | - |
| HSV(B) | 358.23º | 0.98% | 0.95% | - |
| XYZ | 36.74 | 19.01 | 2.08 | - |
| YUV | 76.66 | 91.52 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 12 | 0 | 0.98 | 0.95 | 0.05 | 358.23 | 0.96 | 0.48 |
| Hex | F2 | 5 | C | 0 | 62 | 5F | 5 | 166 | 60 | 30 |
| Octal | 362 | 5 | 14 | 0 | 142 | 137 | 5 | 546 | 140 | 60 |
| Binary | 11110010 | 101 | 1100 | 0 | 1100010 | 1011111 | 101 | 101100110 | 1100000 | 110000 |
Color Harmonies of #F2050C
Complementary color
Monochromatic Colors of #F2050C
Black with #F2050C
Text Example
Text Example
White with #F2050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2050C; }
p { color: rgb(242,5,12); }
H1.HeaderClassName
{
color: #F2050C;
}
.AnyTagClassName
{
color: #F2050C;
}
</style>
background-color css
<style>
a { background-color: #F2050C; }
a { background-color: rgb(242,5,12); }
div.DivClassName
{
background-color: #F2050C;
}
.BgClassName
{
background-color: #F2050C;
}
</style>
border-color css
<style>
span { border-color: #F2050C; }
span { border-color: rgb(242,5,12); }
td.TdClassName
{
border-color: #F2050C;
}
.TagClassName
{
border-color: #F2050C;
}
</style>