Shades of Red #F10F01
Tints of Red #F10F01
RGB
CMYK
RGB Variations
Color information
#F10F01 (or 0xF10F01) is known color: Red. HEX triplet: F1, 0F and 01. RGB value is (241,15,1). Sum of RGB (Red+Green+Blue) = 241+15+1=257 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.77% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F01 is #0EF0FE. Grayscale: #515151. Windows color (decimal): -979199 or 69617. OLE color: 69617.
HSL color Cylindrical-coordinate representation of color #F10F01: hue angle of 3.5º 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 #F10F01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 1 | - |
| CMYK | 0 | 0.94 | 1.00 | 0.05 |
| HSL | 3.5º | 0.99% | 0.47% | - |
| HSV(B) | 3.5º | 1% | 0.95% | - |
| XYZ | 36.45 | 19.04 | 1.78 | - |
| YUV | 80.98 | 82.87 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 1 | 0 | 0.94 | 1.00 | 0.05 | 3.5 | 0.99 | 0.47 |
| Hex | F1 | F | 1 | 0 | 5E | 64 | 5 | 4 | 63 | 2F |
| Octal | 361 | 17 | 1 | 0 | 136 | 144 | 5 | 4 | 143 | 57 |
| Binary | 11110001 | 1111 | 1 | 0 | 1011110 | 1100100 | 101 | 100 | 1100011 | 101111 |
Color Harmonies of #F10F01
Complementary color
Monochromatic Colors of #F10F01
Black with #F10F01
Text Example
Text Example
White with #F10F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F01; }
p { color: rgb(241,15,1); }
H1.HeaderClassName
{
color: #F10F01;
}
.AnyTagClassName
{
color: #F10F01;
}
</style>
background-color css
<style>
a { background-color: #F10F01; }
a { background-color: rgb(241,15,1); }
div.DivClassName
{
background-color: #F10F01;
}
.BgClassName
{
background-color: #F10F01;
}
</style>
border-color css
<style>
span { border-color: #F10F01; }
span { border-color: rgb(241,15,1); }
td.TdClassName
{
border-color: #F10F01;
}
.TagClassName
{
border-color: #F10F01;
}
</style>