Shades of Alizarin #F1243B
Tints of Alizarin #F1243B
RGB
CMYK
RGB Variations
Color information
#F1243B (or 0xF1243B) is known color: Alizarin. HEX triplet: F1, 24 and 3B. RGB value is (241,36,59). Sum of RGB (Red+Green+Blue) = 241+36+59=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1243B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1243B is #0EDBC4. Grayscale: #646464. Windows color (decimal): -973765 or 3876081. OLE color: 3876081.
HSL color Cylindrical-coordinate representation of color #F1243B: hue angle of 353.27º 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 #F1243B is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 59 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.05 |
| HSL | 353.27º | 0.88% | 0.54% | - |
| HSV(B) | 353.27º | 0.85% | 0.95% | - |
| XYZ | 37.7 | 20.28 | 6.06 | - |
| YUV | 99.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 59 | 0 | 0.85 | 0.76 | 0.05 | 353.27 | 0.88 | 0.54 |
| Hex | F1 | 24 | 3B | 0 | 55 | 4C | 5 | 161 | 58 | 36 |
| Octal | 361 | 44 | 73 | 0 | 125 | 114 | 5 | 541 | 130 | 66 |
| Binary | 11110001 | 100100 | 111011 | 0 | 1010101 | 1001100 | 101 | 101100001 | 1011000 | 110110 |
Color Harmonies of #F1243B
Complementary color
Monochromatic Colors of #F1243B
Black with #F1243B
Text Example
Text Example
White with #F1243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1243B; }
p { color: rgb(241,36,59); }
H1.HeaderClassName
{
color: #F1243B;
}
.AnyTagClassName
{
color: #F1243B;
}
</style>
background-color css
<style>
a { background-color: #F1243B; }
a { background-color: rgb(241,36,59); }
div.DivClassName
{
background-color: #F1243B;
}
.BgClassName
{
background-color: #F1243B;
}
</style>
border-color css
<style>
span { border-color: #F1243B; }
span { border-color: rgb(241,36,59); }
td.TdClassName
{
border-color: #F1243B;
}
.TagClassName
{
border-color: #F1243B;
}
</style>