Shades of Alizarin #FE2F40
Tints of Alizarin #FE2F40
RGB
CMYK
RGB Variations
Color information
#FE2F40 (or 0xFE2F40) is known color: Alizarin. HEX triplet: FE, 2F and 40. RGB value is (254,47,64). Sum of RGB (Red+Green+Blue) = 254+47+64=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F40 is #01D0BF. Grayscale: #6E6E6E. Windows color (decimal): -118976 or 4206590. OLE color: 4206590.
HSL color Cylindrical-coordinate representation of color #FE2F40: hue angle of 355.07º 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 #FE2F40 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 64 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.00 |
| HSL | 355.07º | 0.99% | 0.59% | - |
| HSV(B) | 355.07º | 0.81% | 1% | - |
| XYZ | 42.81 | 23.47 | 7.12 | - |
| YUV | 110.83 | 101.58 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 64 | 0 | 0.81 | 0.75 | 0.00 | 355.07 | 0.99 | 0.59 |
| Hex | FE | 2F | 40 | 0 | 51 | 4B | 0 | 163 | 63 | 3B |
| Octal | 376 | 57 | 100 | 0 | 121 | 113 | 0 | 543 | 143 | 73 |
| Binary | 11111110 | 101111 | 1000000 | 0 | 1010001 | 1001011 | 0 | 101100011 | 1100011 | 111011 |
Color Harmonies of #FE2F40
Complementary color
Monochromatic Colors of #FE2F40
Black with #FE2F40
Text Example
Text Example
White with #FE2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F40; }
p { color: rgb(254,47,64); }
H1.HeaderClassName
{
color: #FE2F40;
}
.AnyTagClassName
{
color: #FE2F40;
}
</style>
background-color css
<style>
a { background-color: #FE2F40; }
a { background-color: rgb(254,47,64); }
div.DivClassName
{
background-color: #FE2F40;
}
.BgClassName
{
background-color: #FE2F40;
}
</style>
border-color css
<style>
span { border-color: #FE2F40; }
span { border-color: rgb(254,47,64); }
td.TdClassName
{
border-color: #FE2F40;
}
.TagClassName
{
border-color: #FE2F40;
}
</style>