Shades of Alizarin #FC313F
Tints of Alizarin #FC313F
RGB
CMYK
RGB Variations
Color information
#FC313F (or 0xFC313F) is known color: Alizarin. HEX triplet: FC, 31 and 3F. RGB value is (252,49,63). Sum of RGB (Red+Green+Blue) = 252+49+63=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC313F is #03CEC0. Grayscale: #6F6F6F. Windows color (decimal): -249537 or 4141564. OLE color: 4141564.
HSL color Cylindrical-coordinate representation of color #FC313F: hue angle of 355.86º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC313F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 63 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.01 |
| HSL | 355.86º | 0.97% | 0.59% | - |
| HSV(B) | 355.86º | 0.81% | 0.99% | - |
| XYZ | 42.14 | 23.25 | 6.97 | - |
| YUV | 111.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 63 | 0 | 0.81 | 0.75 | 0.01 | 355.86 | 0.97 | 0.59 |
| Hex | FC | 31 | 3F | 0 | 51 | 4B | 1 | 164 | 61 | 3B |
| Octal | 374 | 61 | 77 | 0 | 121 | 113 | 1 | 544 | 141 | 73 |
| Binary | 11111100 | 110001 | 111111 | 0 | 1010001 | 1001011 | 1 | 101100100 | 1100001 | 111011 |
Color Harmonies of #FC313F
Complementary color
Monochromatic Colors of #FC313F
Black with #FC313F
Text Example
Text Example
White with #FC313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC313F; }
p { color: rgb(252,49,63); }
H1.HeaderClassName
{
color: #FC313F;
}
.AnyTagClassName
{
color: #FC313F;
}
</style>
background-color css
<style>
a { background-color: #FC313F; }
a { background-color: rgb(252,49,63); }
div.DivClassName
{
background-color: #FC313F;
}
.BgClassName
{
background-color: #FC313F;
}
</style>
border-color css
<style>
span { border-color: #FC313F; }
span { border-color: rgb(252,49,63); }
td.TdClassName
{
border-color: #FC313F;
}
.TagClassName
{
border-color: #FC313F;
}
</style>