Shades of Alizarin #F1333C
Tints of Alizarin #F1333C
RGB
CMYK
RGB Variations
Color information
#F1333C (or 0xF1333C) is known color: Alizarin. HEX triplet: F1, 33 and 3C. RGB value is (241,51,60). Sum of RGB (Red+Green+Blue) = 241+51+60=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1333C is #0ECCC3. Grayscale: #6C6C6C. Windows color (decimal): -969924 or 3945457. OLE color: 3945457.
HSL color Cylindrical-coordinate representation of color #F1333C: hue angle of 357.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1333C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 51 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.05 |
| HSL | 357.16º | 0.87% | 0.57% | - |
| HSV(B) | 357.16º | 0.79% | 0.95% | - |
| XYZ | 38.28 | 21.39 | 6.39 | - |
| YUV | 108.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 51 | 60 | 0 | 0.79 | 0.75 | 0.05 | 357.16 | 0.87 | 0.57 |
| Hex | F1 | 33 | 3C | 0 | 4F | 4B | 5 | 165 | 57 | 39 |
| Octal | 361 | 63 | 74 | 0 | 117 | 113 | 5 | 545 | 127 | 71 |
| Binary | 11110001 | 110011 | 111100 | 0 | 1001111 | 1001011 | 101 | 101100101 | 1010111 | 111001 |
Color Harmonies of #F1333C
Complementary color
Monochromatic Colors of #F1333C
Black with #F1333C
Text Example
Text Example
White with #F1333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1333C; }
p { color: rgb(241,51,60); }
H1.HeaderClassName
{
color: #F1333C;
}
.AnyTagClassName
{
color: #F1333C;
}
</style>
background-color css
<style>
a { background-color: #F1333C; }
a { background-color: rgb(241,51,60); }
div.DivClassName
{
background-color: #F1333C;
}
.BgClassName
{
background-color: #F1333C;
}
</style>
border-color css
<style>
span { border-color: #F1333C; }
span { border-color: rgb(241,51,60); }
td.TdClassName
{
border-color: #F1333C;
}
.TagClassName
{
border-color: #F1333C;
}
</style>