Shades of Alizarin #FA2A40
Tints of Alizarin #FA2A40
RGB
CMYK
RGB Variations
Color information
#FA2A40 (or 0xFA2A40) is known color: Alizarin. HEX triplet: FA, 2A and 40. RGB value is (250,42,64). Sum of RGB (Red+Green+Blue) = 250+42+64=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2A40 is #05D5BF. Grayscale: #6A6A6A. Windows color (decimal): -382400 or 4205306. OLE color: 4205306.
HSL color Cylindrical-coordinate representation of color #FA2A40: hue angle of 353.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2A40 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 64 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.02 |
| HSL | 353.65º | 0.95% | 0.57% | - |
| HSV(B) | 353.65º | 0.83% | 0.98% | - |
| XYZ | 41.18 | 22.35 | 6.99 | - |
| YUV | 106.7 | 103.91 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 64 | 0 | 0.83 | 0.74 | 0.02 | 353.65 | 0.95 | 0.57 |
| Hex | FA | 2A | 40 | 0 | 53 | 4A | 2 | 162 | 5F | 39 |
| Octal | 372 | 52 | 100 | 0 | 123 | 112 | 2 | 542 | 137 | 71 |
| Binary | 11111010 | 101010 | 1000000 | 0 | 1010011 | 1001010 | 10 | 101100010 | 1011111 | 111001 |
Color Harmonies of #FA2A40
Complementary color
Monochromatic Colors of #FA2A40
Black with #FA2A40
Text Example
Text Example
White with #FA2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2A40; }
p { color: rgb(250,42,64); }
H1.HeaderClassName
{
color: #FA2A40;
}
.AnyTagClassName
{
color: #FA2A40;
}
</style>
background-color css
<style>
a { background-color: #FA2A40; }
a { background-color: rgb(250,42,64); }
div.DivClassName
{
background-color: #FA2A40;
}
.BgClassName
{
background-color: #FA2A40;
}
</style>
border-color css
<style>
span { border-color: #FA2A40; }
span { border-color: rgb(250,42,64); }
td.TdClassName
{
border-color: #FA2A40;
}
.TagClassName
{
border-color: #FA2A40;
}
</style>