Shades of Venetian Red #F20508
Tints of Venetian Red #F20508
RGB
CMYK
RGB Variations
Color information
#F20508 (or 0xF20508) is known color: Venetian Red. HEX triplet: F2, 05 and 08. RGB value is (242,5,8). Sum of RGB (Red+Green+Blue) = 242+5+8=255 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.90% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 242 - color contains mainly: red. Hex color #F20508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20508 is #0DFAF7. Grayscale: #4C4C4C. Windows color (decimal): -916216 or 525810. OLE color: 525810.
HSL color Cylindrical-coordinate representation of color #F20508: hue angle of 359.24º 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 #F20508 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.05 |
| HSL | 359.24º | 0.96% | 0.48% | - |
| HSV(B) | 359.24º | 0.98% | 0.95% | - |
| XYZ | 36.72 | 19 | 1.96 | - |
| YUV | 76.21 | 89.52 | 246.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 8 | 0 | 0.98 | 0.97 | 0.05 | 359.24 | 0.96 | 0.48 |
| Hex | F2 | 5 | 8 | 0 | 62 | 61 | 5 | 167 | 60 | 30 |
| Octal | 362 | 5 | 10 | 0 | 142 | 141 | 5 | 547 | 140 | 60 |
| Binary | 11110010 | 101 | 1000 | 0 | 1100010 | 1100001 | 101 | 101100111 | 1100000 | 110000 |
Color Harmonies of #F20508
Complementary color
Monochromatic Colors of #F20508
Black with #F20508
Text Example
Text Example
White with #F20508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20508; }
p { color: rgb(242,5,8); }
H1.HeaderClassName
{
color: #F20508;
}
.AnyTagClassName
{
color: #F20508;
}
</style>
background-color css
<style>
a { background-color: #F20508; }
a { background-color: rgb(242,5,8); }
div.DivClassName
{
background-color: #F20508;
}
.BgClassName
{
background-color: #F20508;
}
</style>
border-color css
<style>
span { border-color: #F20508; }
span { border-color: rgb(242,5,8); }
td.TdClassName
{
border-color: #F20508;
}
.TagClassName
{
border-color: #F20508;
}
</style>