Shades of Alizarin #F1202B
Tints of Alizarin #F1202B
RGB
CMYK
RGB Variations
Color information
#F1202B (or 0xF1202B) is known color: Alizarin. HEX triplet: F1, 20 and 2B. RGB value is (241,32,43). Sum of RGB (Red+Green+Blue) = 241+32+43=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F1202B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1202B is #0EDFD4. Grayscale: #5F5F5F. Windows color (decimal): -974805 or 2826481. OLE color: 2826481.
HSL color Cylindrical-coordinate representation of color #F1202B: hue angle of 356.84º 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 #F1202B is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 43 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.05 |
| HSL | 356.84º | 0.88% | 0.54% | - |
| HSV(B) | 356.84º | 0.87% | 0.95% | - |
| XYZ | 37.23 | 19.91 | 4.17 | - |
| YUV | 95.75 | 98.24 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 43 | 0 | 0.87 | 0.82 | 0.05 | 356.84 | 0.88 | 0.54 |
| Hex | F1 | 20 | 2B | 0 | 57 | 52 | 5 | 165 | 58 | 36 |
| Octal | 361 | 40 | 53 | 0 | 127 | 122 | 5 | 545 | 130 | 66 |
| Binary | 11110001 | 100000 | 101011 | 0 | 1010111 | 1010010 | 101 | 101100101 | 1011000 | 110110 |
Color Harmonies of #F1202B
Complementary color
Monochromatic Colors of #F1202B
Black with #F1202B
Text Example
Text Example
White with #F1202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1202B; }
p { color: rgb(241,32,43); }
H1.HeaderClassName
{
color: #F1202B;
}
.AnyTagClassName
{
color: #F1202B;
}
</style>
background-color css
<style>
a { background-color: #F1202B; }
a { background-color: rgb(241,32,43); }
div.DivClassName
{
background-color: #F1202B;
}
.BgClassName
{
background-color: #F1202B;
}
</style>
border-color css
<style>
span { border-color: #F1202B; }
span { border-color: rgb(241,32,43); }
td.TdClassName
{
border-color: #F1202B;
}
.TagClassName
{
border-color: #F1202B;
}
</style>