Shades of Alizarin #F12438
Tints of Alizarin #F12438
RGB
CMYK
RGB Variations
Color information
#F12438 (or 0xF12438) is known color: Alizarin. HEX triplet: F1, 24 and 38. RGB value is (241,36,56). Sum of RGB (Red+Green+Blue) = 241+36+56=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F12438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12438 is #0EDBC7. Grayscale: #636363. Windows color (decimal): -973768 or 3679473. OLE color: 3679473.
HSL color Cylindrical-coordinate representation of color #F12438: hue angle of 354.15º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12438 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 56 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.05 |
| HSL | 354.15º | 0.88% | 0.54% | - |
| HSV(B) | 354.15º | 0.85% | 0.95% | - |
| XYZ | 37.62 | 20.25 | 5.67 | - |
| YUV | 99.58 | 103.42 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 56 | 0 | 0.85 | 0.77 | 0.05 | 354.15 | 0.88 | 0.54 |
| Hex | F1 | 24 | 38 | 0 | 55 | 4D | 5 | 162 | 58 | 36 |
| Octal | 361 | 44 | 70 | 0 | 125 | 115 | 5 | 542 | 130 | 66 |
| Binary | 11110001 | 100100 | 111000 | 0 | 1010101 | 1001101 | 101 | 101100010 | 1011000 | 110110 |
Color Harmonies of #F12438
Complementary color
Monochromatic Colors of #F12438
Black with #F12438
Text Example
Text Example
White with #F12438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12438; }
p { color: rgb(241,36,56); }
H1.HeaderClassName
{
color: #F12438;
}
.AnyTagClassName
{
color: #F12438;
}
</style>
background-color css
<style>
a { background-color: #F12438; }
a { background-color: rgb(241,36,56); }
div.DivClassName
{
background-color: #F12438;
}
.BgClassName
{
background-color: #F12438;
}
</style>
border-color css
<style>
span { border-color: #F12438; }
span { border-color: rgb(241,36,56); }
td.TdClassName
{
border-color: #F12438;
}
.TagClassName
{
border-color: #F12438;
}
</style>