Shades of Alizarin #F1203E
Tints of Alizarin #F1203E
RGB
CMYK
RGB Variations
Color information
#F1203E (or 0xF1203E) is known color: Alizarin. HEX triplet: F1, 20 and 3E. RGB value is (241,32,62). Sum of RGB (Red+Green+Blue) = 241+32+62=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F1203E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1203E is #0EDFC1. Grayscale: #626262. Windows color (decimal): -974786 or 4071665. OLE color: 4071665.
HSL color Cylindrical-coordinate representation of color #F1203E: hue angle of 351.39º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1203E is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 62 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.05 |
| HSL | 351.39º | 0.88% | 0.54% | - |
| HSV(B) | 351.39º | 0.87% | 0.95% | - |
| XYZ | 37.66 | 20.08 | 6.45 | - |
| YUV | 97.91 | 107.74 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 62 | 0 | 0.87 | 0.74 | 0.05 | 351.39 | 0.88 | 0.54 |
| Hex | F1 | 20 | 3E | 0 | 57 | 4A | 5 | 15F | 58 | 36 |
| Octal | 361 | 40 | 76 | 0 | 127 | 112 | 5 | 537 | 130 | 66 |
| Binary | 11110001 | 100000 | 111110 | 0 | 1010111 | 1001010 | 101 | 101011111 | 1011000 | 110110 |
Color Harmonies of #F1203E
Complementary color
Monochromatic Colors of #F1203E
Black with #F1203E
Text Example
Text Example
White with #F1203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1203E; }
p { color: rgb(241,32,62); }
H1.HeaderClassName
{
color: #F1203E;
}
.AnyTagClassName
{
color: #F1203E;
}
</style>
background-color css
<style>
a { background-color: #F1203E; }
a { background-color: rgb(241,32,62); }
div.DivClassName
{
background-color: #F1203E;
}
.BgClassName
{
background-color: #F1203E;
}
</style>
border-color css
<style>
span { border-color: #F1203E; }
span { border-color: rgb(241,32,62); }
td.TdClassName
{
border-color: #F1203E;
}
.TagClassName
{
border-color: #F1203E;
}
</style>