Shades of Red #F10A08
Tints of Red #F10A08
RGB
CMYK
RGB Variations
Color information
#F10A08 (or 0xF10A08) is known color: Red. HEX triplet: F1, 0A and 08. RGB value is (241,10,8). Sum of RGB (Red+Green+Blue) = 241+10+8=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A08 is #0EF5F7. Grayscale: #4F4F4F. Windows color (decimal): -980472 or 527089. OLE color: 527089.
HSL color Cylindrical-coordinate representation of color #F10A08: hue angle of 0.52º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F10A08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.05 |
| HSL | 0.52º | 0.94% | 0.49% | - |
| HSV(B) | 0.52º | 0.97% | 0.95% | - |
| XYZ | 36.43 | 18.94 | 1.96 | - |
| YUV | 78.84 | 88.03 | 243.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 8 | 0 | 0.96 | 0.97 | 0.05 | 0.52 | 0.94 | 0.49 |
| Hex | F1 | A | 8 | 0 | 60 | 61 | 5 | 1 | 5E | 31 |
| Octal | 361 | 12 | 10 | 0 | 140 | 141 | 5 | 1 | 136 | 61 |
| Binary | 11110001 | 1010 | 1000 | 0 | 1100000 | 1100001 | 101 | 1 | 1011110 | 110001 |
Color Harmonies of #F10A08
Complementary color
Monochromatic Colors of #F10A08
Black with #F10A08
Text Example
Text Example
White with #F10A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10A08; }
p { color: rgb(241,10,8); }
H1.HeaderClassName
{
color: #F10A08;
}
.AnyTagClassName
{
color: #F10A08;
}
</style>
background-color css
<style>
a { background-color: #F10A08; }
a { background-color: rgb(241,10,8); }
div.DivClassName
{
background-color: #F10A08;
}
.BgClassName
{
background-color: #F10A08;
}
</style>
border-color css
<style>
span { border-color: #F10A08; }
span { border-color: rgb(241,10,8); }
td.TdClassName
{
border-color: #F10A08;
}
.TagClassName
{
border-color: #F10A08;
}
</style>