Shades of Red #F10A04
Tints of Red #F10A04
RGB
CMYK
RGB Variations
Color information
#F10A04 (or 0xF10A04) is known color: Red. HEX triplet: F1, 0A and 04. RGB value is (241,10,4). Sum of RGB (Red+Green+Blue) = 241+10+4=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A04 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A04 is #0EF5FB. Grayscale: #4E4E4E. Windows color (decimal): -980476 or 264945. OLE color: 264945.
HSL color Cylindrical-coordinate representation of color #F10A04: hue angle of 1.52º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10A04 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.05 |
| HSL | 1.52º | 0.97% | 0.48% | - |
| HSV(B) | 1.52º | 0.98% | 0.95% | - |
| XYZ | 36.41 | 18.93 | 1.85 | - |
| YUV | 78.39 | 86.03 | 243.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 4 | 0 | 0.96 | 0.98 | 0.05 | 1.52 | 0.97 | 0.48 |
| Hex | F1 | A | 4 | 0 | 60 | 62 | 5 | 2 | 61 | 30 |
| Octal | 361 | 12 | 4 | 0 | 140 | 142 | 5 | 2 | 141 | 60 |
| Binary | 11110001 | 1010 | 100 | 0 | 1100000 | 1100010 | 101 | 10 | 1100001 | 110000 |
Color Harmonies of #F10A04
Complementary color
Monochromatic Colors of #F10A04
Black with #F10A04
Text Example
Text Example
White with #F10A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A04; }
p { color: rgb(241,10,4); }
H1.HeaderClassName
{
color: #F10A04;
}
.AnyTagClassName
{
color: #F10A04;
}
</style>
background-color css
<style>
a { background-color: #F10A04; }
a { background-color: rgb(241,10,4); }
div.DivClassName
{
background-color: #F10A04;
}
.BgClassName
{
background-color: #F10A04;
}
</style>
border-color css
<style>
span { border-color: #F10A04; }
span { border-color: rgb(241,10,4); }
td.TdClassName
{
border-color: #F10A04;
}
.TagClassName
{
border-color: #F10A04;
}
</style>