Shades of Alizarin #F1393C
Tints of Alizarin #F1393C
RGB
CMYK
RGB Variations
Color information
#F1393C (or 0xF1393C) is known color: Alizarin. HEX triplet: F1, 39 and 3C. RGB value is (241,57,60). Sum of RGB (Red+Green+Blue) = 241+57+60=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1393C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1393C is #0EC6C3. Grayscale: #707070. Windows color (decimal): -968388 or 3946993. OLE color: 3946993.
HSL color Cylindrical-coordinate representation of color #F1393C: hue angle of 359.02º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1393C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 60 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.05 |
| HSL | 359.02º | 0.87% | 0.58% | - |
| HSV(B) | 359.02º | 0.76% | 0.95% | - |
| XYZ | 38.55 | 21.95 | 6.48 | - |
| YUV | 112.36 | 98.46 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 60 | 0 | 0.76 | 0.75 | 0.05 | 359.02 | 0.87 | 0.58 |
| Hex | F1 | 39 | 3C | 0 | 4C | 4B | 5 | 167 | 57 | 3A |
| Octal | 361 | 71 | 74 | 0 | 114 | 113 | 5 | 547 | 127 | 72 |
| Binary | 11110001 | 111001 | 111100 | 0 | 1001100 | 1001011 | 101 | 101100111 | 1010111 | 111010 |
Color Harmonies of #F1393C
Complementary color
Monochromatic Colors of #F1393C
Black with #F1393C
Text Example
Text Example
White with #F1393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1393C; }
p { color: rgb(241,57,60); }
H1.HeaderClassName
{
color: #F1393C;
}
.AnyTagClassName
{
color: #F1393C;
}
</style>
background-color css
<style>
a { background-color: #F1393C; }
a { background-color: rgb(241,57,60); }
div.DivClassName
{
background-color: #F1393C;
}
.BgClassName
{
background-color: #F1393C;
}
</style>
border-color css
<style>
span { border-color: #F1393C; }
span { border-color: rgb(241,57,60); }
td.TdClassName
{
border-color: #F1393C;
}
.TagClassName
{
border-color: #F1393C;
}
</style>