Shades of Red #F71001
Tints of Red #F71001
RGB
CMYK
RGB Variations
Color information
#F71001 (or 0xF71001) is known color: Red. HEX triplet: F7, 10 and 01. RGB value is (247,16,1). Sum of RGB (Red+Green+Blue) = 247+16+1=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F71001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71001 is #08EFFE. Grayscale: #535353. Windows color (decimal): -585727 or 69879. OLE color: 69879.
HSL color Cylindrical-coordinate representation of color #F71001: hue angle of 3.66º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F71001 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 1 | - |
| CMYK | 0 | 0.94 | 1.00 | 0.03 |
| HSL | 3.66º | 0.99% | 0.49% | - |
| HSV(B) | 3.66º | 1% | 0.97% | - |
| XYZ | 38.55 | 20.15 | 1.89 | - |
| YUV | 83.36 | 81.53 | 244.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 1 | 0 | 0.94 | 1.00 | 0.03 | 3.66 | 0.99 | 0.49 |
| Hex | F7 | 10 | 1 | 0 | 5E | 64 | 3 | 4 | 63 | 31 |
| Octal | 367 | 20 | 1 | 0 | 136 | 144 | 3 | 4 | 143 | 61 |
| Binary | 11110111 | 10000 | 1 | 0 | 1011110 | 1100100 | 11 | 100 | 1100011 | 110001 |
Color Harmonies of #F71001
Complementary color
Monochromatic Colors of #F71001
Black with #F71001
Text Example
Text Example
White with #F71001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71001; }
p { color: rgb(247,16,1); }
H1.HeaderClassName
{
color: #F71001;
}
.AnyTagClassName
{
color: #F71001;
}
</style>
background-color css
<style>
a { background-color: #F71001; }
a { background-color: rgb(247,16,1); }
div.DivClassName
{
background-color: #F71001;
}
.BgClassName
{
background-color: #F71001;
}
</style>
border-color css
<style>
span { border-color: #F71001; }
span { border-color: rgb(247,16,1); }
td.TdClassName
{
border-color: #F71001;
}
.TagClassName
{
border-color: #F71001;
}
</style>