Shades of Alizarin #F1243C
Tints of Alizarin #F1243C
RGB
CMYK
RGB Variations
Color information
#F1243C (or 0xF1243C) is known color: Alizarin. HEX triplet: F1, 24 and 3C. RGB value is (241,36,60). Sum of RGB (Red+Green+Blue) = 241+36+60=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1243C is #0EDBC3. Grayscale: #646464. Windows color (decimal): -973764 or 3941617. OLE color: 3941617.
HSL color Cylindrical-coordinate representation of color #F1243C: hue angle of 352.98º 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 #F1243C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 60 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.05 |
| HSL | 352.98º | 0.88% | 0.54% | - |
| HSV(B) | 352.98º | 0.85% | 0.95% | - |
| XYZ | 37.72 | 20.29 | 6.2 | - |
| YUV | 100.03 | 105.42 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 60 | 0 | 0.85 | 0.75 | 0.05 | 352.98 | 0.88 | 0.54 |
| Hex | F1 | 24 | 3C | 0 | 55 | 4B | 5 | 161 | 58 | 36 |
| Octal | 361 | 44 | 74 | 0 | 125 | 113 | 5 | 541 | 130 | 66 |
| Binary | 11110001 | 100100 | 111100 | 0 | 1010101 | 1001011 | 101 | 101100001 | 1011000 | 110110 |
Color Harmonies of #F1243C
Complementary color
Monochromatic Colors of #F1243C
Black with #F1243C
Text Example
Text Example
White with #F1243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1243C; }
p { color: rgb(241,36,60); }
H1.HeaderClassName
{
color: #F1243C;
}
.AnyTagClassName
{
color: #F1243C;
}
</style>
background-color css
<style>
a { background-color: #F1243C; }
a { background-color: rgb(241,36,60); }
div.DivClassName
{
background-color: #F1243C;
}
.BgClassName
{
background-color: #F1243C;
}
</style>
border-color css
<style>
span { border-color: #F1243C; }
span { border-color: rgb(241,36,60); }
td.TdClassName
{
border-color: #F1243C;
}
.TagClassName
{
border-color: #F1243C;
}
</style>