Shades of Alizarin #F12841
Tints of Alizarin #F12841
RGB
CMYK
RGB Variations
Color information
#F12841 (or 0xF12841) is known color: Alizarin. HEX triplet: F1, 28 and 41. RGB value is (241,40,65). Sum of RGB (Red+Green+Blue) = 241+40+65=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12841 is #0ED7BE. Grayscale: #676767. Windows color (decimal): -972735 or 4270321. OLE color: 4270321.
HSL color Cylindrical-coordinate representation of color #F12841: hue angle of 352.54º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12841 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 65 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.05 |
| HSL | 352.54º | 0.88% | 0.55% | - |
| HSV(B) | 352.54º | 0.83% | 0.95% | - |
| XYZ | 37.99 | 20.6 | 6.98 | - |
| YUV | 102.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 65 | 0 | 0.83 | 0.73 | 0.05 | 352.54 | 0.88 | 0.55 |
| Hex | F1 | 28 | 41 | 0 | 53 | 49 | 5 | 161 | 58 | 37 |
| Octal | 361 | 50 | 101 | 0 | 123 | 111 | 5 | 541 | 130 | 67 |
| Binary | 11110001 | 101000 | 1000001 | 0 | 1010011 | 1001001 | 101 | 101100001 | 1011000 | 110111 |
Color Harmonies of #F12841
Complementary color
Monochromatic Colors of #F12841
Black with #F12841
Text Example
Text Example
White with #F12841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12841; }
p { color: rgb(241,40,65); }
H1.HeaderClassName
{
color: #F12841;
}
.AnyTagClassName
{
color: #F12841;
}
</style>
background-color css
<style>
a { background-color: #F12841; }
a { background-color: rgb(241,40,65); }
div.DivClassName
{
background-color: #F12841;
}
.BgClassName
{
background-color: #F12841;
}
</style>
border-color css
<style>
span { border-color: #F12841; }
span { border-color: rgb(241,40,65); }
td.TdClassName
{
border-color: #F12841;
}
.TagClassName
{
border-color: #F12841;
}
</style>