Shades of Alizarin #F1243F
Tints of Alizarin #F1243F
RGB
CMYK
RGB Variations
Color information
#F1243F (or 0xF1243F) is known color: Alizarin. HEX triplet: F1, 24 and 3F. RGB value is (241,36,63). Sum of RGB (Red+Green+Blue) = 241+36+63=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1243F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1243F is #0EDBC0. Grayscale: #646464. Windows color (decimal): -973761 or 4138225. OLE color: 4138225.
HSL color Cylindrical-coordinate representation of color #F1243F: hue angle of 352.1º 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 #F1243F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 63 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.05 |
| HSL | 352.1º | 0.88% | 0.54% | - |
| HSV(B) | 352.1º | 0.85% | 0.95% | - |
| XYZ | 37.8 | 20.32 | 6.63 | - |
| YUV | 100.37 | 106.92 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 63 | 0 | 0.85 | 0.74 | 0.05 | 352.1 | 0.88 | 0.54 |
| Hex | F1 | 24 | 3F | 0 | 55 | 4A | 5 | 160 | 58 | 36 |
| Octal | 361 | 44 | 77 | 0 | 125 | 112 | 5 | 540 | 130 | 66 |
| Binary | 11110001 | 100100 | 111111 | 0 | 1010101 | 1001010 | 101 | 101100000 | 1011000 | 110110 |
Color Harmonies of #F1243F
Complementary color
Monochromatic Colors of #F1243F
Black with #F1243F
Text Example
Text Example
White with #F1243F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1243F; }
p { color: rgb(241,36,63); }
H1.HeaderClassName
{
color: #F1243F;
}
.AnyTagClassName
{
color: #F1243F;
}
</style>
background-color css
<style>
a { background-color: #F1243F; }
a { background-color: rgb(241,36,63); }
div.DivClassName
{
background-color: #F1243F;
}
.BgClassName
{
background-color: #F1243F;
}
</style>
border-color css
<style>
span { border-color: #F1243F; }
span { border-color: rgb(241,36,63); }
td.TdClassName
{
border-color: #F1243F;
}
.TagClassName
{
border-color: #F1243F;
}
</style>