Shades of Alizarin #F12B3C
Tints of Alizarin #F12B3C
RGB
CMYK
RGB Variations
Color information
#F12B3C (or 0xF12B3C) is known color: Alizarin. HEX triplet: F1, 2B and 3C. RGB value is (241,43,60). Sum of RGB (Red+Green+Blue) = 241+43+60=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12B3C is #0ED4C3. Grayscale: #686868. Windows color (decimal): -971972 or 3943409. OLE color: 3943409.
HSL color Cylindrical-coordinate representation of color #F12B3C: hue angle of 354.85º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12B3C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 60 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.05 |
| HSL | 354.85º | 0.88% | 0.56% | - |
| HSV(B) | 354.85º | 0.82% | 0.95% | - |
| XYZ | 37.96 | 20.75 | 6.28 | - |
| YUV | 104.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 60 | 0 | 0.82 | 0.75 | 0.05 | 354.85 | 0.88 | 0.56 |
| Hex | F1 | 2B | 3C | 0 | 52 | 4B | 5 | 163 | 58 | 38 |
| Octal | 361 | 53 | 74 | 0 | 122 | 113 | 5 | 543 | 130 | 70 |
| Binary | 11110001 | 101011 | 111100 | 0 | 1010010 | 1001011 | 101 | 101100011 | 1011000 | 111000 |
Color Harmonies of #F12B3C
Complementary color
Monochromatic Colors of #F12B3C
Black with #F12B3C
Text Example
Text Example
White with #F12B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12B3C; }
p { color: rgb(241,43,60); }
H1.HeaderClassName
{
color: #F12B3C;
}
.AnyTagClassName
{
color: #F12B3C;
}
</style>
background-color css
<style>
a { background-color: #F12B3C; }
a { background-color: rgb(241,43,60); }
div.DivClassName
{
background-color: #F12B3C;
}
.BgClassName
{
background-color: #F12B3C;
}
</style>
border-color css
<style>
span { border-color: #F12B3C; }
span { border-color: rgb(241,43,60); }
td.TdClassName
{
border-color: #F12B3C;
}
.TagClassName
{
border-color: #F12B3C;
}
</style>