Shades of Scarlet #F12905
Tints of Scarlet #F12905
RGB
CMYK
RGB Variations
Color information
#F12905 (or 0xF12905) is known color: Scarlet. HEX triplet: F1, 29 and 05. RGB value is (241,41,5). Sum of RGB (Red+Green+Blue) = 241+41+5=287 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.97% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 241 - color contains mainly: red. Hex color #F12905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12905 is #0ED6FA. Grayscale: #616161. Windows color (decimal): -972539 or 338417. OLE color: 338417.
HSL color Cylindrical-coordinate representation of color #F12905: hue angle of 9.15º 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 #F12905 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.05 |
| HSL | 9.15º | 0.96% | 0.48% | - |
| HSV(B) | 9.15º | 0.98% | 0.95% | - |
| XYZ | 37.1 | 20.3 | 2.11 | - |
| YUV | 96.7 | 76.26 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 5 | 0 | 0.83 | 0.98 | 0.05 | 9.15 | 0.96 | 0.48 |
| Hex | F1 | 29 | 5 | 0 | 53 | 62 | 5 | 9 | 60 | 30 |
| Octal | 361 | 51 | 5 | 0 | 123 | 142 | 5 | 11 | 140 | 60 |
| Binary | 11110001 | 101001 | 101 | 0 | 1010011 | 1100010 | 101 | 1001 | 1100000 | 110000 |
Color Harmonies of #F12905
Complementary color
Monochromatic Colors of #F12905
Black with #F12905
Text Example
Text Example
White with #F12905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12905; }
p { color: rgb(241,41,5); }
H1.HeaderClassName
{
color: #F12905;
}
.AnyTagClassName
{
color: #F12905;
}
</style>
background-color css
<style>
a { background-color: #F12905; }
a { background-color: rgb(241,41,5); }
div.DivClassName
{
background-color: #F12905;
}
.BgClassName
{
background-color: #F12905;
}
</style>
border-color css
<style>
span { border-color: #F12905; }
span { border-color: rgb(241,41,5); }
td.TdClassName
{
border-color: #F12905;
}
.TagClassName
{
border-color: #F12905;
}
</style>