Shades of Alizarin #F11C40
Tints of Alizarin #F11C40
RGB
CMYK
RGB Variations
Color information
#F11C40 (or 0xF11C40) is known color: Alizarin. HEX triplet: F1, 1C and 40. RGB value is (241,28,64). Sum of RGB (Red+Green+Blue) = 241+28+64=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F11C40 is #0EE3BF. Grayscale: #5F5F5F. Windows color (decimal): -975808 or 4201713. OLE color: 4201713.
HSL color Cylindrical-coordinate representation of color #F11C40: hue angle of 349.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11C40 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 64 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.05 |
| HSL | 349.86º | 0.88% | 0.53% | - |
| HSV(B) | 349.86º | 0.88% | 0.95% | - |
| XYZ | 37.62 | 19.9 | 6.71 | - |
| YUV | 95.79 | 110.07 | 231.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 64 | 0 | 0.88 | 0.73 | 0.05 | 349.86 | 0.88 | 0.53 |
| Hex | F1 | 1C | 40 | 0 | 58 | 49 | 5 | 15E | 58 | 35 |
| Octal | 361 | 34 | 100 | 0 | 130 | 111 | 5 | 536 | 130 | 65 |
| Binary | 11110001 | 11100 | 1000000 | 0 | 1011000 | 1001001 | 101 | 101011110 | 1011000 | 110101 |
Color Harmonies of #F11C40
Complementary color
Monochromatic Colors of #F11C40
Black with #F11C40
Text Example
Text Example
White with #F11C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C40; }
p { color: rgb(241,28,64); }
H1.HeaderClassName
{
color: #F11C40;
}
.AnyTagClassName
{
color: #F11C40;
}
</style>
background-color css
<style>
a { background-color: #F11C40; }
a { background-color: rgb(241,28,64); }
div.DivClassName
{
background-color: #F11C40;
}
.BgClassName
{
background-color: #F11C40;
}
</style>
border-color css
<style>
span { border-color: #F11C40; }
span { border-color: rgb(241,28,64); }
td.TdClassName
{
border-color: #F11C40;
}
.TagClassName
{
border-color: #F11C40;
}
</style>