Shades of Alizarin #FE2F41
Tints of Alizarin #FE2F41
RGB
CMYK
RGB Variations
Color information
#FE2F41 (or 0xFE2F41) is known color: Alizarin. HEX triplet: FE, 2F and 41. RGB value is (254,47,65). Sum of RGB (Red+Green+Blue) = 254+47+65=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F41 is #01D0BE. Grayscale: #6F6F6F. Windows color (decimal): -118975 or 4272126. OLE color: 4272126.
HSL color Cylindrical-coordinate representation of color #FE2F41: hue angle of 354.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F41 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 65 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.00 |
| HSL | 354.78º | 0.99% | 0.59% | - |
| HSV(B) | 354.78º | 0.81% | 1% | - |
| XYZ | 42.84 | 23.49 | 7.28 | - |
| YUV | 110.95 | 102.08 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 65 | 0 | 0.81 | 0.74 | 0.00 | 354.78 | 0.99 | 0.59 |
| Hex | FE | 2F | 41 | 0 | 51 | 4A | 0 | 163 | 63 | 3B |
| Octal | 376 | 57 | 101 | 0 | 121 | 112 | 0 | 543 | 143 | 73 |
| Binary | 11111110 | 101111 | 1000001 | 0 | 1010001 | 1001010 | 0 | 101100011 | 1100011 | 111011 |
Color Harmonies of #FE2F41
Complementary color
Monochromatic Colors of #FE2F41
Black with #FE2F41
Text Example
Text Example
White with #FE2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F41; }
p { color: rgb(254,47,65); }
H1.HeaderClassName
{
color: #FE2F41;
}
.AnyTagClassName
{
color: #FE2F41;
}
</style>
background-color css
<style>
a { background-color: #FE2F41; }
a { background-color: rgb(254,47,65); }
div.DivClassName
{
background-color: #FE2F41;
}
.BgClassName
{
background-color: #FE2F41;
}
</style>
border-color css
<style>
span { border-color: #FE2F41; }
span { border-color: rgb(254,47,65); }
td.TdClassName
{
border-color: #FE2F41;
}
.TagClassName
{
border-color: #FE2F41;
}
</style>