Shades of Alizarin #F12F3C
Tints of Alizarin #F12F3C
RGB
CMYK
RGB Variations
Color information
#F12F3C (or 0xF12F3C) is known color: Alizarin. HEX triplet: F1, 2F and 3C. RGB value is (241,47,60). Sum of RGB (Red+Green+Blue) = 241+47+60=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12F3C is #0ED0C3. Grayscale: #6A6A6A. Windows color (decimal): -970948 or 3944433. OLE color: 3944433.
HSL color Cylindrical-coordinate representation of color #F12F3C: hue angle of 355.98º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F3C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 60 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.05 |
| HSL | 355.98º | 0.87% | 0.56% | - |
| HSV(B) | 355.98º | 0.8% | 0.95% | - |
| XYZ | 38.11 | 21.06 | 6.33 | - |
| YUV | 106.49 | 101.77 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 60 | 0 | 0.80 | 0.75 | 0.05 | 355.98 | 0.87 | 0.56 |
| Hex | F1 | 2F | 3C | 0 | 50 | 4B | 5 | 164 | 57 | 38 |
| Octal | 361 | 57 | 74 | 0 | 120 | 113 | 5 | 544 | 127 | 70 |
| Binary | 11110001 | 101111 | 111100 | 0 | 1010000 | 1001011 | 101 | 101100100 | 1010111 | 111000 |
Color Harmonies of #F12F3C
Complementary color
Monochromatic Colors of #F12F3C
Black with #F12F3C
Text Example
Text Example
White with #F12F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F3C; }
p { color: rgb(241,47,60); }
H1.HeaderClassName
{
color: #F12F3C;
}
.AnyTagClassName
{
color: #F12F3C;
}
</style>
background-color css
<style>
a { background-color: #F12F3C; }
a { background-color: rgb(241,47,60); }
div.DivClassName
{
background-color: #F12F3C;
}
.BgClassName
{
background-color: #F12F3C;
}
</style>
border-color css
<style>
span { border-color: #F12F3C; }
span { border-color: rgb(241,47,60); }
td.TdClassName
{
border-color: #F12F3C;
}
.TagClassName
{
border-color: #F12F3C;
}
</style>