Shades of Red #F20303
Tints of Red #F20303
RGB
CMYK
RGB Variations
Color information
#F20303 (or 0xF20303) is known color: Red. HEX triplet: F2, 03 and 03. RGB value is (242,3,3). Sum of RGB (Red+Green+Blue) = 242+3+3=248 (32% of max value = 765). Red value is 242 (94.92% from 255 or 97.58% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 242 - color contains mainly: red. Hex color #F20303 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20303 is #0DFCFC. Grayscale: #4A4A4A. Windows color (decimal): -916733 or 197618. OLE color: 197618.
HSL color Cylindrical-coordinate representation of color #F20303: hue angle of 0º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20303 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 3 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.05 |
| HSL | 0º | 0.98% | 0.48% | - |
| HSV(B) | 0º | 0.99% | 0.95% | - |
| XYZ | 36.67 | 18.95 | 1.81 | - |
| YUV | 74.46 | 87.68 | 247.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 3 | 0 | 0.99 | 0.99 | 0.05 | 0 | 0.98 | 0.48 |
| Hex | F2 | 3 | 3 | 0 | 63 | 63 | 5 | 0 | 62 | 30 |
| Octal | 362 | 3 | 3 | 0 | 143 | 143 | 5 | 0 | 142 | 60 |
| Binary | 11110010 | 11 | 11 | 0 | 1100011 | 1100011 | 101 | 0 | 1100010 | 110000 |
Color Harmonies of #F20303
Complementary color
Monochromatic Colors of #F20303
Black with #F20303
Text Example
Text Example
White with #F20303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20303; }
p { color: rgb(242,3,3); }
H1.HeaderClassName
{
color: #F20303;
}
.AnyTagClassName
{
color: #F20303;
}
</style>
background-color css
<style>
a { background-color: #F20303; }
a { background-color: rgb(242,3,3); }
div.DivClassName
{
background-color: #F20303;
}
.BgClassName
{
background-color: #F20303;
}
</style>
border-color css
<style>
span { border-color: #F20303; }
span { border-color: rgb(242,3,3); }
td.TdClassName
{
border-color: #F20303;
}
.TagClassName
{
border-color: #F20303;
}
</style>