Shades of Red #F20701
Tints of Red #F20701
RGB
CMYK
RGB Variations
Color information
#F20701 (or 0xF20701) is known color: Red. HEX triplet: F2, 07 and 01. RGB value is (242,7,1). Sum of RGB (Red+Green+Blue) = 242+7+1=250 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 242 - color contains mainly: red. Hex color #F20701 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20701 is #0DF8FE. Grayscale: #4C4C4C. Windows color (decimal): -915711 or 67570. OLE color: 67570.
HSL color Cylindrical-coordinate representation of color #F20701: hue angle of 1.49º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 1 | - |
| CMYK | 0 | 0.97 | 1.00 | 0.05 |
| HSL | 1.49º | 0.99% | 0.48% | - |
| HSV(B) | 1.49º | 1% | 0.95% | - |
| XYZ | 36.7 | 19.03 | 1.77 | - |
| YUV | 76.58 | 85.36 | 245.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 1 | 0 | 0.97 | 1.00 | 0.05 | 1.49 | 0.99 | 0.48 |
| Hex | F2 | 7 | 1 | 0 | 61 | 64 | 5 | 1 | 63 | 30 |
| Octal | 362 | 7 | 1 | 0 | 141 | 144 | 5 | 1 | 143 | 60 |
| Binary | 11110010 | 111 | 1 | 0 | 1100001 | 1100100 | 101 | 1 | 1100011 | 110000 |
Color Harmonies of #F20701
Complementary color
Monochromatic Colors of #F20701
Black with #F20701
Text Example
Text Example
White with #F20701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20701; }
p { color: rgb(242,7,1); }
H1.HeaderClassName
{
color: #F20701;
}
.AnyTagClassName
{
color: #F20701;
}
</style>
background-color css
<style>
a { background-color: #F20701; }
a { background-color: rgb(242,7,1); }
div.DivClassName
{
background-color: #F20701;
}
.BgClassName
{
background-color: #F20701;
}
</style>
border-color css
<style>
span { border-color: #F20701; }
span { border-color: rgb(242,7,1); }
td.TdClassName
{
border-color: #F20701;
}
.TagClassName
{
border-color: #F20701;
}
</style>