Shades of Scarlet #F11200
Tints of Scarlet #F11200
RGB
CMYK
RGB Variations
Color information
#F11200 (or 0xF11200) is known color: Scarlet. HEX triplet: F1, 12 and 00. RGB value is (241,18,0). Sum of RGB (Red+Green+Blue) = 241+18+0=259 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.05% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 241 - color contains mainly: red. Hex color #F11200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11200 is #0EEDFF. Grayscale: #525252. Windows color (decimal): -978432 or 4849. OLE color: 4849.
HSL color Cylindrical-coordinate representation of color #F11200: hue angle of 4.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F11200 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.05 |
| HSL | 4.48º | 1% | 0.47% | - |
| HSV(B) | 4.48º | 1% | 0.95% | - |
| XYZ | 36.49 | 19.13 | 1.77 | - |
| YUV | 82.63 | 81.38 | 240.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 0 | 0 | 0.93 | 1 | 0.05 | 4.48 | 1 | 0.47 |
| Hex | F1 | 12 | 0 | 0 | 5D | 64 | 5 | 4 | 64 | 2F |
| Octal | 361 | 22 | 0 | 0 | 135 | 144 | 5 | 4 | 144 | 57 |
| Binary | 11110001 | 10010 | 0 | 0 | 1011101 | 1100100 | 101 | 100 | 1100100 | 101111 |
Color Harmonies of #F11200
Complementary color
Monochromatic Colors of #F11200
Black with #F11200
Text Example
Text Example
White with #F11200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11200; }
p { color: rgb(241,18,0); }
H1.HeaderClassName
{
color: #F11200;
}
.AnyTagClassName
{
color: #F11200;
}
</style>
background-color css
<style>
a { background-color: #F11200; }
a { background-color: rgb(241,18,0); }
div.DivClassName
{
background-color: #F11200;
}
.BgClassName
{
background-color: #F11200;
}
</style>
border-color css
<style>
span { border-color: #F11200; }
span { border-color: rgb(241,18,0); }
td.TdClassName
{
border-color: #F11200;
}
.TagClassName
{
border-color: #F11200;
}
</style>