Shades of Alizarin #F14041
Tints of Alizarin #F14041
RGB
CMYK
RGB Variations
Color information
#F14041 (or 0xF14041) is known color: Alizarin. HEX triplet: F1, 40 and 41. RGB value is (241,64,65). Sum of RGB (Red+Green+Blue) = 241+64+65=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F14041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14041 is #0EBFBE. Grayscale: #757575. Windows color (decimal): -966591 or 4276465. OLE color: 4276465.
HSL color Cylindrical-coordinate representation of color #F14041: hue angle of 359.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14041 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 65 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.05 |
| HSL | 359.66º | 0.86% | 0.6% | - |
| HSV(B) | 359.66º | 0.73% | 0.95% | - |
| XYZ | 39.06 | 22.75 | 7.33 | - |
| YUV | 117.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 65 | 0 | 0.73 | 0.73 | 0.05 | 359.66 | 0.86 | 0.6 |
| Hex | F1 | 40 | 41 | 0 | 49 | 49 | 5 | 168 | 56 | 3C |
| Octal | 361 | 100 | 101 | 0 | 111 | 111 | 5 | 550 | 126 | 74 |
| Binary | 11110001 | 1000000 | 1000001 | 0 | 1001001 | 1001001 | 101 | 101101000 | 1010110 | 111100 |
Color Harmonies of #F14041
Complementary color
Monochromatic Colors of #F14041
Black with #F14041
Text Example
Text Example
White with #F14041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14041; }
p { color: rgb(241,64,65); }
H1.HeaderClassName
{
color: #F14041;
}
.AnyTagClassName
{
color: #F14041;
}
</style>
background-color css
<style>
a { background-color: #F14041; }
a { background-color: rgb(241,64,65); }
div.DivClassName
{
background-color: #F14041;
}
.BgClassName
{
background-color: #F14041;
}
</style>
border-color css
<style>
span { border-color: #F14041; }
span { border-color: rgb(241,64,65); }
td.TdClassName
{
border-color: #F14041;
}
.TagClassName
{
border-color: #F14041;
}
</style>