Shades of Scarlet #F11F16
Tints of Scarlet #F11F16
RGB
CMYK
RGB Variations
Color information
#F11F16 (or 0xF11F16) is known color: Scarlet. HEX triplet: F1, 1F and 16. RGB value is (241,31,22). Sum of RGB (Red+Green+Blue) = 241+31+22=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11F16 is #0EE0E9. Grayscale: #5D5D5D. Windows color (decimal): -975082 or 1449969. OLE color: 1449969.
HSL color Cylindrical-coordinate representation of color #F11F16: hue angle of 2.47º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11F16 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.05 |
| HSL | 2.47º | 0.89% | 0.52% | - |
| HSV(B) | 2.47º | 0.91% | 0.95% | - |
| XYZ | 36.91 | 19.74 | 2.62 | - |
| YUV | 92.76 | 88.07 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 22 | 0 | 0.87 | 0.91 | 0.05 | 2.47 | 0.89 | 0.52 |
| Hex | F1 | 1F | 16 | 0 | 57 | 5B | 5 | 2 | 59 | 34 |
| Octal | 361 | 37 | 26 | 0 | 127 | 133 | 5 | 2 | 131 | 64 |
| Binary | 11110001 | 11111 | 10110 | 0 | 1010111 | 1011011 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F11F16
Complementary color
Monochromatic Colors of #F11F16
Black with #F11F16
Text Example
Text Example
White with #F11F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F16; }
p { color: rgb(241,31,22); }
H1.HeaderClassName
{
color: #F11F16;
}
.AnyTagClassName
{
color: #F11F16;
}
</style>
background-color css
<style>
a { background-color: #F11F16; }
a { background-color: rgb(241,31,22); }
div.DivClassName
{
background-color: #F11F16;
}
.BgClassName
{
background-color: #F11F16;
}
</style>
border-color css
<style>
span { border-color: #F11F16; }
span { border-color: rgb(241,31,22); }
td.TdClassName
{
border-color: #F11F16;
}
.TagClassName
{
border-color: #F11F16;
}
</style>