Shades of Red #F10A03
Tints of Red #F10A03
RGB
CMYK
RGB Variations
Color information
#F10A03 (or 0xF10A03) is known color: Red. HEX triplet: F1, 0A and 03. RGB value is (241,10,3). Sum of RGB (Red+Green+Blue) = 241+10+3=254 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.88% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A03 is #0EF5FC. Grayscale: #4E4E4E. Windows color (decimal): -980477 or 199409. OLE color: 199409.
HSL color Cylindrical-coordinate representation of color #F10A03: hue angle of 1.76º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.05 |
| HSL | 1.76º | 0.98% | 0.48% | - |
| HSV(B) | 1.76º | 0.99% | 0.95% | - |
| XYZ | 36.4 | 18.92 | 1.82 | - |
| YUV | 78.27 | 85.53 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 3 | 0 | 0.96 | 0.99 | 0.05 | 1.76 | 0.98 | 0.48 |
| Hex | F1 | A | 3 | 0 | 60 | 63 | 5 | 2 | 62 | 30 |
| Octal | 361 | 12 | 3 | 0 | 140 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110001 | 1010 | 11 | 0 | 1100000 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F10A03
Complementary color
Monochromatic Colors of #F10A03
Black with #F10A03
Text Example
Text Example
White with #F10A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A03; }
p { color: rgb(241,10,3); }
H1.HeaderClassName
{
color: #F10A03;
}
.AnyTagClassName
{
color: #F10A03;
}
</style>
background-color css
<style>
a { background-color: #F10A03; }
a { background-color: rgb(241,10,3); }
div.DivClassName
{
background-color: #F10A03;
}
.BgClassName
{
background-color: #F10A03;
}
</style>
border-color css
<style>
span { border-color: #F10A03; }
span { border-color: rgb(241,10,3); }
td.TdClassName
{
border-color: #F10A03;
}
.TagClassName
{
border-color: #F10A03;
}
</style>