Shades of Alizarin #FC2F40
Tints of Alizarin #FC2F40
RGB
CMYK
RGB Variations
Color information
#FC2F40 (or 0xFC2F40) is known color: Alizarin. HEX triplet: FC, 2F and 40. RGB value is (252,47,64). Sum of RGB (Red+Green+Blue) = 252+47+64=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F40 is #03D0BF. Grayscale: #6E6E6E. Windows color (decimal): -250048 or 4206588. OLE color: 4206588.
HSL color Cylindrical-coordinate representation of color #FC2F40: hue angle of 355.02º 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 #FC2F40 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 64 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.01 |
| HSL | 355.02º | 0.97% | 0.59% | - |
| HSV(B) | 355.02º | 0.81% | 0.99% | - |
| XYZ | 42.09 | 23.1 | 7.09 | - |
| YUV | 110.23 | 101.92 | 229.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 64 | 0 | 0.81 | 0.75 | 0.01 | 355.02 | 0.97 | 0.59 |
| Hex | FC | 2F | 40 | 0 | 51 | 4B | 1 | 163 | 61 | 3B |
| Octal | 374 | 57 | 100 | 0 | 121 | 113 | 1 | 543 | 141 | 73 |
| Binary | 11111100 | 101111 | 1000000 | 0 | 1010001 | 1001011 | 1 | 101100011 | 1100001 | 111011 |
Color Harmonies of #FC2F40
Complementary color
Monochromatic Colors of #FC2F40
Black with #FC2F40
Text Example
Text Example
White with #FC2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F40; }
p { color: rgb(252,47,64); }
H1.HeaderClassName
{
color: #FC2F40;
}
.AnyTagClassName
{
color: #FC2F40;
}
</style>
background-color css
<style>
a { background-color: #FC2F40; }
a { background-color: rgb(252,47,64); }
div.DivClassName
{
background-color: #FC2F40;
}
.BgClassName
{
background-color: #FC2F40;
}
</style>
border-color css
<style>
span { border-color: #FC2F40; }
span { border-color: rgb(252,47,64); }
td.TdClassName
{
border-color: #FC2F40;
}
.TagClassName
{
border-color: #FC2F40;
}
</style>