Shades of Alizarin #FE313F
Tints of Alizarin #FE313F
RGB
CMYK
RGB Variations
Color information
#FE313F (or 0xFE313F) is known color: Alizarin. HEX triplet: FE, 31 and 3F. RGB value is (254,49,63). Sum of RGB (Red+Green+Blue) = 254+49+63=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE313F is #01CEC0. Grayscale: #707070. Windows color (decimal): -118465 or 4141566. OLE color: 4141566.
HSL color Cylindrical-coordinate representation of color #FE313F: hue angle of 355.9º 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 #FE313F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 63 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.00 |
| HSL | 355.9º | 0.99% | 0.59% | - |
| HSV(B) | 355.9º | 0.81% | 1% | - |
| XYZ | 42.87 | 23.63 | 7 | - |
| YUV | 111.89 | 100.42 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 63 | 0 | 0.81 | 0.75 | 0.00 | 355.9 | 0.99 | 0.59 |
| Hex | FE | 31 | 3F | 0 | 51 | 4B | 0 | 164 | 63 | 3B |
| Octal | 376 | 61 | 77 | 0 | 121 | 113 | 0 | 544 | 143 | 73 |
| Binary | 11111110 | 110001 | 111111 | 0 | 1010001 | 1001011 | 0 | 101100100 | 1100011 | 111011 |
Color Harmonies of #FE313F
Complementary color
Monochromatic Colors of #FE313F
Black with #FE313F
Text Example
Text Example
White with #FE313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE313F; }
p { color: rgb(254,49,63); }
H1.HeaderClassName
{
color: #FE313F;
}
.AnyTagClassName
{
color: #FE313F;
}
</style>
background-color css
<style>
a { background-color: #FE313F; }
a { background-color: rgb(254,49,63); }
div.DivClassName
{
background-color: #FE313F;
}
.BgClassName
{
background-color: #FE313F;
}
</style>
border-color css
<style>
span { border-color: #FE313F; }
span { border-color: rgb(254,49,63); }
td.TdClassName
{
border-color: #FE313F;
}
.TagClassName
{
border-color: #FE313F;
}
</style>