Shades of Alizarin #F12740
Tints of Alizarin #F12740
RGB
CMYK
RGB Variations
Color information
#F12740 (or 0xF12740) is known color: Alizarin. HEX triplet: F1, 27 and 40. RGB value is (241,39,64). Sum of RGB (Red+Green+Blue) = 241+39+64=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F12740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12740 is #0ED8BF. Grayscale: #666666. Windows color (decimal): -972992 or 4204529. OLE color: 4204529.
HSL color Cylindrical-coordinate representation of color #F12740: hue angle of 352.57º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12740 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 64 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 352.57º | 0.88% | 0.55% | - |
| HSV(B) | 352.57º | 0.84% | 0.95% | - |
| XYZ | 37.93 | 20.52 | 6.81 | - |
| YUV | 102.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 64 | 0 | 0.84 | 0.73 | 0.05 | 352.57 | 0.88 | 0.55 |
| Hex | F1 | 27 | 40 | 0 | 54 | 49 | 5 | 161 | 58 | 37 |
| Octal | 361 | 47 | 100 | 0 | 124 | 111 | 5 | 541 | 130 | 67 |
| Binary | 11110001 | 100111 | 1000000 | 0 | 1010100 | 1001001 | 101 | 101100001 | 1011000 | 110111 |
Color Harmonies of #F12740
Complementary color
Monochromatic Colors of #F12740
Black with #F12740
Text Example
Text Example
White with #F12740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12740; }
p { color: rgb(241,39,64); }
H1.HeaderClassName
{
color: #F12740;
}
.AnyTagClassName
{
color: #F12740;
}
</style>
background-color css
<style>
a { background-color: #F12740; }
a { background-color: rgb(241,39,64); }
div.DivClassName
{
background-color: #F12740;
}
.BgClassName
{
background-color: #F12740;
}
</style>
border-color css
<style>
span { border-color: #F12740; }
span { border-color: rgb(241,39,64); }
td.TdClassName
{
border-color: #F12740;
}
.TagClassName
{
border-color: #F12740;
}
</style>