Shades of Scarlet #F12B10
Tints of Scarlet #F12B10
RGB
CMYK
RGB Variations
Color information
#F12B10 (or 0xF12B10) is known color: Scarlet. HEX triplet: F1, 2B and 10. RGB value is (241,43,16). Sum of RGB (Red+Green+Blue) = 241+43+16=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12B10 is #0ED4EF. Grayscale: #636363. Windows color (decimal): -972016 or 1059825. OLE color: 1059825.
HSL color Cylindrical-coordinate representation of color #F12B10: hue angle of 7.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12B10 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 16 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.05 |
| HSL | 7.2º | 0.89% | 0.5% | - |
| HSV(B) | 7.2º | 0.93% | 0.95% | - |
| XYZ | 37.23 | 20.47 | 2.48 | - |
| YUV | 99.12 | 81.1 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 16 | 0 | 0.82 | 0.93 | 0.05 | 7.2 | 0.89 | 0.5 |
| Hex | F1 | 2B | 10 | 0 | 52 | 5D | 5 | 7 | 59 | 32 |
| Octal | 361 | 53 | 20 | 0 | 122 | 135 | 5 | 7 | 131 | 62 |
| Binary | 11110001 | 101011 | 10000 | 0 | 1010010 | 1011101 | 101 | 111 | 1011001 | 110010 |
Color Harmonies of #F12B10
Complementary color
Monochromatic Colors of #F12B10
Black with #F12B10
Text Example
Text Example
White with #F12B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12B10; }
p { color: rgb(241,43,16); }
H1.HeaderClassName
{
color: #F12B10;
}
.AnyTagClassName
{
color: #F12B10;
}
</style>
background-color css
<style>
a { background-color: #F12B10; }
a { background-color: rgb(241,43,16); }
div.DivClassName
{
background-color: #F12B10;
}
.BgClassName
{
background-color: #F12B10;
}
</style>
border-color css
<style>
span { border-color: #F12B10; }
span { border-color: rgb(241,43,16); }
td.TdClassName
{
border-color: #F12B10;
}
.TagClassName
{
border-color: #F12B10;
}
</style>