Shades of Alizarin #F12D3A
Tints of Alizarin #F12D3A
RGB
CMYK
RGB Variations
Color information
#F12D3A (or 0xF12D3A) is known color: Alizarin. HEX triplet: F1, 2D and 3A. RGB value is (241,45,58). Sum of RGB (Red+Green+Blue) = 241+45+58=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D3A is #0ED2C5. Grayscale: #696969. Windows color (decimal): -971462 or 3812849. OLE color: 3812849.
HSL color Cylindrical-coordinate representation of color #F12D3A: hue angle of 356.02º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F12D3A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 58 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.05 |
| HSL | 356.02º | 0.88% | 0.56% | - |
| HSV(B) | 356.02º | 0.81% | 0.95% | - |
| XYZ | 37.98 | 20.88 | 6.03 | - |
| YUV | 105.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 58 | 0 | 0.81 | 0.76 | 0.05 | 356.02 | 0.88 | 0.56 |
| Hex | F1 | 2D | 3A | 0 | 51 | 4C | 5 | 164 | 58 | 38 |
| Octal | 361 | 55 | 72 | 0 | 121 | 114 | 5 | 544 | 130 | 70 |
| Binary | 11110001 | 101101 | 111010 | 0 | 1010001 | 1001100 | 101 | 101100100 | 1011000 | 111000 |
Color Harmonies of #F12D3A
Complementary color
Monochromatic Colors of #F12D3A
Black with #F12D3A
Text Example
Text Example
White with #F12D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D3A; }
p { color: rgb(241,45,58); }
H1.HeaderClassName
{
color: #F12D3A;
}
.AnyTagClassName
{
color: #F12D3A;
}
</style>
background-color css
<style>
a { background-color: #F12D3A; }
a { background-color: rgb(241,45,58); }
div.DivClassName
{
background-color: #F12D3A;
}
.BgClassName
{
background-color: #F12D3A;
}
</style>
border-color css
<style>
span { border-color: #F12D3A; }
span { border-color: rgb(241,45,58); }
td.TdClassName
{
border-color: #F12D3A;
}
.TagClassName
{
border-color: #F12D3A;
}
</style>