Shades of Red #F10905
Tints of Red #F10905
RGB
CMYK
RGB Variations
Color information
#F10905 (or 0xF10905) is known color: Red. HEX triplet: F1, 09 and 05. RGB value is (241,9,5). Sum of RGB (Red+Green+Blue) = 241+9+5=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F10905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10905 is #0EF6FA. Grayscale: #4E4E4E. Windows color (decimal): -980731 or 330225. OLE color: 330225.
HSL color Cylindrical-coordinate representation of color #F10905: hue angle of 1.02º degrees, saturation: 0.96, 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 #F10905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.05 |
| HSL | 1.02º | 0.96% | 0.48% | - |
| HSV(B) | 1.02º | 0.98% | 0.95% | - |
| XYZ | 36.4 | 18.91 | 1.87 | - |
| YUV | 77.91 | 86.86 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 5 | 0 | 0.96 | 0.98 | 0.05 | 1.02 | 0.96 | 0.48 |
| Hex | F1 | 9 | 5 | 0 | 60 | 62 | 5 | 1 | 60 | 30 |
| Octal | 361 | 11 | 5 | 0 | 140 | 142 | 5 | 1 | 140 | 60 |
| Binary | 11110001 | 1001 | 101 | 0 | 1100000 | 1100010 | 101 | 1 | 1100000 | 110000 |
Color Harmonies of #F10905
Complementary color
Monochromatic Colors of #F10905
Black with #F10905
Text Example
Text Example
White with #F10905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10905; }
p { color: rgb(241,9,5); }
H1.HeaderClassName
{
color: #F10905;
}
.AnyTagClassName
{
color: #F10905;
}
</style>
background-color css
<style>
a { background-color: #F10905; }
a { background-color: rgb(241,9,5); }
div.DivClassName
{
background-color: #F10905;
}
.BgClassName
{
background-color: #F10905;
}
</style>
border-color css
<style>
span { border-color: #F10905; }
span { border-color: rgb(241,9,5); }
td.TdClassName
{
border-color: #F10905;
}
.TagClassName
{
border-color: #F10905;
}
</style>