Shades of Red #F10A00
Tints of Red #F10A00
RGB
CMYK
RGB Variations
Color information
#F10A00 (or 0xF10A00) is known color: Red. HEX triplet: F1, 0A and 00. RGB value is (241,10,0). Sum of RGB (Red+Green+Blue) = 241+10+0=251 (33% of max value = 765). Red value is 241 (94.53% from 255 or 96.02% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A00 is #0EF5FF. Grayscale: #4E4E4E. Windows color (decimal): -980480 or 2801. OLE color: 2801.
HSL color Cylindrical-coordinate representation of color #F10A00: hue angle of 2.49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.05 |
| HSL | 2.49º | 1% | 0.47% | - |
| HSV(B) | 2.49º | 1% | 0.95% | - |
| XYZ | 36.38 | 18.92 | 1.73 | - |
| YUV | 77.93 | 84.03 | 244.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 0 | 0 | 0.96 | 1 | 0.05 | 2.49 | 1 | 0.47 |
| Hex | F1 | A | 0 | 0 | 60 | 64 | 5 | 2 | 64 | 2F |
| Octal | 361 | 12 | 0 | 0 | 140 | 144 | 5 | 2 | 144 | 57 |
| Binary | 11110001 | 1010 | 0 | 0 | 1100000 | 1100100 | 101 | 10 | 1100100 | 101111 |
Color Harmonies of #F10A00
Complementary color
Monochromatic Colors of #F10A00
Black with #F10A00
Text Example
Text Example
White with #F10A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A00; }
p { color: rgb(241,10,0); }
H1.HeaderClassName
{
color: #F10A00;
}
.AnyTagClassName
{
color: #F10A00;
}
</style>
background-color css
<style>
a { background-color: #F10A00; }
a { background-color: rgb(241,10,0); }
div.DivClassName
{
background-color: #F10A00;
}
.BgClassName
{
background-color: #F10A00;
}
</style>
border-color css
<style>
span { border-color: #F10A00; }
span { border-color: rgb(241,10,0); }
td.TdClassName
{
border-color: #F10A00;
}
.TagClassName
{
border-color: #F10A00;
}
</style>