Shades of Red #F10901
Tints of Red #F10901
RGB
CMYK
RGB Variations
Color information
#F10901 (or 0xF10901) is known color: Red. HEX triplet: F1, 09 and 01. RGB value is (241,9,1). Sum of RGB (Red+Green+Blue) = 241+9+1=251 (33% of max value = 765). Red value is 241 (94.53% from 255 or 96.02% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 241 - color contains mainly: red. Hex color #F10901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10901 is #0EF6FE. Grayscale: #4D4D4D. Windows color (decimal): -980735 or 68081. OLE color: 68081.
HSL color Cylindrical-coordinate representation of color #F10901: hue angle of 2º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.05 |
| HSL | 2º | 0.99% | 0.47% | - |
| HSV(B) | 2º | 1% | 0.95% | - |
| XYZ | 36.38 | 18.9 | 1.76 | - |
| YUV | 77.46 | 84.86 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 1 | 0 | 0.96 | 1.00 | 0.05 | 2 | 0.99 | 0.47 |
| Hex | F1 | 9 | 1 | 0 | 60 | 64 | 5 | 2 | 63 | 2F |
| Octal | 361 | 11 | 1 | 0 | 140 | 144 | 5 | 2 | 143 | 57 |
| Binary | 11110001 | 1001 | 1 | 0 | 1100000 | 1100100 | 101 | 10 | 1100011 | 101111 |
Color Harmonies of #F10901
Complementary color
Monochromatic Colors of #F10901
Black with #F10901
Text Example
Text Example
White with #F10901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10901; }
p { color: rgb(241,9,1); }
H1.HeaderClassName
{
color: #F10901;
}
.AnyTagClassName
{
color: #F10901;
}
</style>
background-color css
<style>
a { background-color: #F10901; }
a { background-color: rgb(241,9,1); }
div.DivClassName
{
background-color: #F10901;
}
.BgClassName
{
background-color: #F10901;
}
</style>
border-color css
<style>
span { border-color: #F10901; }
span { border-color: rgb(241,9,1); }
td.TdClassName
{
border-color: #F10901;
}
.TagClassName
{
border-color: #F10901;
}
</style>