Shades of Alizarin #FA253C
Tints of Alizarin #FA253C
RGB
CMYK
RGB Variations
Color information
#FA253C (or 0xFA253C) is known color: Alizarin. HEX triplet: FA, 25 and 3C. RGB value is (250,37,60). Sum of RGB (Red+Green+Blue) = 250+37+60=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA253C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA253C is #05DAC3. Grayscale: #676767. Windows color (decimal): -383684 or 3941882. OLE color: 3941882.
HSL color Cylindrical-coordinate representation of color #FA253C: hue angle of 353.52º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA253C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 60 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.02 |
| HSL | 353.52º | 0.96% | 0.56% | - |
| HSV(B) | 353.52º | 0.85% | 0.98% | - |
| XYZ | 40.9 | 21.97 | 6.36 | - |
| YUV | 103.31 | 103.57 | 232.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 60 | 0 | 0.85 | 0.76 | 0.02 | 353.52 | 0.96 | 0.56 |
| Hex | FA | 25 | 3C | 0 | 55 | 4C | 2 | 162 | 60 | 38 |
| Octal | 372 | 45 | 74 | 0 | 125 | 114 | 2 | 542 | 140 | 70 |
| Binary | 11111010 | 100101 | 111100 | 0 | 1010101 | 1001100 | 10 | 101100010 | 1100000 | 111000 |
Color Harmonies of #FA253C
Complementary color
Monochromatic Colors of #FA253C
Black with #FA253C
Text Example
Text Example
White with #FA253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA253C; }
p { color: rgb(250,37,60); }
H1.HeaderClassName
{
color: #FA253C;
}
.AnyTagClassName
{
color: #FA253C;
}
</style>
background-color css
<style>
a { background-color: #FA253C; }
a { background-color: rgb(250,37,60); }
div.DivClassName
{
background-color: #FA253C;
}
.BgClassName
{
background-color: #FA253C;
}
</style>
border-color css
<style>
span { border-color: #FA253C; }
span { border-color: rgb(250,37,60); }
td.TdClassName
{
border-color: #FA253C;
}
.TagClassName
{
border-color: #FA253C;
}
</style>