Shades of Alizarin #F12741
Tints of Alizarin #F12741
RGB
CMYK
RGB Variations
Color information
#F12741 (or 0xF12741) is known color: Alizarin. HEX triplet: F1, 27 and 41. RGB value is (241,39,65). Sum of RGB (Red+Green+Blue) = 241+39+65=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F12741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12741 is #0ED8BE. Grayscale: #666666. Windows color (decimal): -972991 or 4270065. OLE color: 4270065.
HSL color Cylindrical-coordinate representation of color #F12741: hue angle of 352.28º 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 #F12741 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 65 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 352.28º | 0.88% | 0.55% | - |
| HSV(B) | 352.28º | 0.84% | 0.95% | - |
| XYZ | 37.96 | 20.53 | 6.96 | - |
| YUV | 102.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 65 | 0 | 0.84 | 0.73 | 0.05 | 352.28 | 0.88 | 0.55 |
| Hex | F1 | 27 | 41 | 0 | 54 | 49 | 5 | 160 | 58 | 37 |
| Octal | 361 | 47 | 101 | 0 | 124 | 111 | 5 | 540 | 130 | 67 |
| Binary | 11110001 | 100111 | 1000001 | 0 | 1010100 | 1001001 | 101 | 101100000 | 1011000 | 110111 |
Color Harmonies of #F12741
Complementary color
Monochromatic Colors of #F12741
Black with #F12741
Text Example
Text Example
White with #F12741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12741; }
p { color: rgb(241,39,65); }
H1.HeaderClassName
{
color: #F12741;
}
.AnyTagClassName
{
color: #F12741;
}
</style>
background-color css
<style>
a { background-color: #F12741; }
a { background-color: rgb(241,39,65); }
div.DivClassName
{
background-color: #F12741;
}
.BgClassName
{
background-color: #F12741;
}
</style>
border-color css
<style>
span { border-color: #F12741; }
span { border-color: rgb(241,39,65); }
td.TdClassName
{
border-color: #F12741;
}
.TagClassName
{
border-color: #F12741;
}
</style>