Shades of Alizarin #F1283A
Tints of Alizarin #F1283A
RGB
CMYK
RGB Variations
Color information
#F1283A (or 0xF1283A) is known color: Alizarin. HEX triplet: F1, 28 and 3A. RGB value is (241,40,58). Sum of RGB (Red+Green+Blue) = 241+40+58=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F1283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1283A is #0ED7C5. Grayscale: #666666. Windows color (decimal): -972742 or 3811569. OLE color: 3811569.
HSL color Cylindrical-coordinate representation of color #F1283A: hue angle of 354.63º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1283A is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 58 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.05 |
| HSL | 354.63º | 0.88% | 0.55% | - |
| HSV(B) | 354.63º | 0.83% | 0.95% | - |
| XYZ | 37.8 | 20.52 | 5.97 | - |
| YUV | 102.15 | 103.09 | 227.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 58 | 0 | 0.83 | 0.76 | 0.05 | 354.63 | 0.88 | 0.55 |
| Hex | F1 | 28 | 3A | 0 | 53 | 4C | 5 | 163 | 58 | 37 |
| Octal | 361 | 50 | 72 | 0 | 123 | 114 | 5 | 543 | 130 | 67 |
| Binary | 11110001 | 101000 | 111010 | 0 | 1010011 | 1001100 | 101 | 101100011 | 1011000 | 110111 |
Color Harmonies of #F1283A
Complementary color
Monochromatic Colors of #F1283A
Black with #F1283A
Text Example
Text Example
White with #F1283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1283A; }
p { color: rgb(241,40,58); }
H1.HeaderClassName
{
color: #F1283A;
}
.AnyTagClassName
{
color: #F1283A;
}
</style>
background-color css
<style>
a { background-color: #F1283A; }
a { background-color: rgb(241,40,58); }
div.DivClassName
{
background-color: #F1283A;
}
.BgClassName
{
background-color: #F1283A;
}
</style>
border-color css
<style>
span { border-color: #F1283A; }
span { border-color: rgb(241,40,58); }
td.TdClassName
{
border-color: #F1283A;
}
.TagClassName
{
border-color: #F1283A;
}
</style>