Shades of Alizarin #F12742
Tints of Alizarin #F12742
RGB
CMYK
RGB Variations
Color information
#F12742 (or 0xF12742) is known color: Alizarin. HEX triplet: F1, 27 and 42. RGB value is (241,39,66). Sum of RGB (Red+Green+Blue) = 241+39+66=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F12742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12742 is #0ED8BD. Grayscale: #666666. Windows color (decimal): -972990 or 4335601. OLE color: 4335601.
HSL color Cylindrical-coordinate representation of color #F12742: hue angle of 351.98º 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 #F12742 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 66 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 351.98º | 0.88% | 0.55% | - |
| HSV(B) | 351.98º | 0.84% | 0.95% | - |
| XYZ | 37.98 | 20.55 | 7.12 | - |
| YUV | 102.48 | 107.42 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 66 | 0 | 0.84 | 0.73 | 0.05 | 351.98 | 0.88 | 0.55 |
| Hex | F1 | 27 | 42 | 0 | 54 | 49 | 5 | 160 | 58 | 37 |
| Octal | 361 | 47 | 102 | 0 | 124 | 111 | 5 | 540 | 130 | 67 |
| Binary | 11110001 | 100111 | 1000010 | 0 | 1010100 | 1001001 | 101 | 101100000 | 1011000 | 110111 |
Color Harmonies of #F12742
Complementary color
Monochromatic Colors of #F12742
Black with #F12742
Text Example
Text Example
White with #F12742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12742; }
p { color: rgb(241,39,66); }
H1.HeaderClassName
{
color: #F12742;
}
.AnyTagClassName
{
color: #F12742;
}
</style>
background-color css
<style>
a { background-color: #F12742; }
a { background-color: rgb(241,39,66); }
div.DivClassName
{
background-color: #F12742;
}
.BgClassName
{
background-color: #F12742;
}
</style>
border-color css
<style>
span { border-color: #F12742; }
span { border-color: rgb(241,39,66); }
td.TdClassName
{
border-color: #F12742;
}
.TagClassName
{
border-color: #F12742;
}
</style>