Shades of Alizarin #F12640
Tints of Alizarin #F12640
RGB
CMYK
RGB Variations
Color information
#F12640 (or 0xF12640) is known color: Alizarin. HEX triplet: F1, 26 and 40. RGB value is (241,38,64). Sum of RGB (Red+Green+Blue) = 241+38+64=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F12640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12640 is #0ED9BF. Grayscale: #656565. Windows color (decimal): -973248 or 4204273. OLE color: 4204273.
HSL color Cylindrical-coordinate representation of color #F12640: hue angle of 352.32º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12640 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 64 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 352.32º | 0.88% | 0.55% | - |
| HSV(B) | 352.32º | 0.84% | 0.95% | - |
| XYZ | 37.89 | 20.46 | 6.8 | - |
| YUV | 101.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 64 | 0 | 0.84 | 0.73 | 0.05 | 352.32 | 0.88 | 0.55 |
| Hex | F1 | 26 | 40 | 0 | 54 | 49 | 5 | 160 | 58 | 37 |
| Octal | 361 | 46 | 100 | 0 | 124 | 111 | 5 | 540 | 130 | 67 |
| Binary | 11110001 | 100110 | 1000000 | 0 | 1010100 | 1001001 | 101 | 101100000 | 1011000 | 110111 |
Color Harmonies of #F12640
Complementary color
Monochromatic Colors of #F12640
Black with #F12640
Text Example
Text Example
White with #F12640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12640; }
p { color: rgb(241,38,64); }
H1.HeaderClassName
{
color: #F12640;
}
.AnyTagClassName
{
color: #F12640;
}
</style>
background-color css
<style>
a { background-color: #F12640; }
a { background-color: rgb(241,38,64); }
div.DivClassName
{
background-color: #F12640;
}
.BgClassName
{
background-color: #F12640;
}
</style>
border-color css
<style>
span { border-color: #F12640; }
span { border-color: rgb(241,38,64); }
td.TdClassName
{
border-color: #F12640;
}
.TagClassName
{
border-color: #F12640;
}
</style>