Shades of Alizarin #F1283B
Tints of Alizarin #F1283B
RGB
CMYK
RGB Variations
Color information
#F1283B (or 0xF1283B) is known color: Alizarin. HEX triplet: F1, 28 and 3B. RGB value is (241,40,59). Sum of RGB (Red+Green+Blue) = 241+40+59=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F1283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1283B is #0ED7C4. Grayscale: #666666. Windows color (decimal): -972741 or 3877105. OLE color: 3877105.
HSL color Cylindrical-coordinate representation of color #F1283B: hue angle of 354.33º 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 #F1283B is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 59 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.05 |
| HSL | 354.33º | 0.88% | 0.55% | - |
| HSV(B) | 354.33º | 0.83% | 0.95% | - |
| XYZ | 37.82 | 20.53 | 6.11 | - |
| YUV | 102.27 | 103.59 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 59 | 0 | 0.83 | 0.76 | 0.05 | 354.33 | 0.88 | 0.55 |
| Hex | F1 | 28 | 3B | 0 | 53 | 4C | 5 | 162 | 58 | 37 |
| Octal | 361 | 50 | 73 | 0 | 123 | 114 | 5 | 542 | 130 | 67 |
| Binary | 11110001 | 101000 | 111011 | 0 | 1010011 | 1001100 | 101 | 101100010 | 1011000 | 110111 |
Color Harmonies of #F1283B
Complementary color
Monochromatic Colors of #F1283B
Black with #F1283B
Text Example
Text Example
White with #F1283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1283B; }
p { color: rgb(241,40,59); }
H1.HeaderClassName
{
color: #F1283B;
}
.AnyTagClassName
{
color: #F1283B;
}
</style>
background-color css
<style>
a { background-color: #F1283B; }
a { background-color: rgb(241,40,59); }
div.DivClassName
{
background-color: #F1283B;
}
.BgClassName
{
background-color: #F1283B;
}
</style>
border-color css
<style>
span { border-color: #F1283B; }
span { border-color: rgb(241,40,59); }
td.TdClassName
{
border-color: #F1283B;
}
.TagClassName
{
border-color: #F1283B;
}
</style>