Shades of Alizarin #FA2A39
Tints of Alizarin #FA2A39
RGB
CMYK
RGB Variations
Color information
#FA2A39 (or 0xFA2A39) is known color: Alizarin. HEX triplet: FA, 2A and 39. RGB value is (250,42,57). Sum of RGB (Red+Green+Blue) = 250+42+57=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2A39 is #05D5C6. Grayscale: #6A6A6A. Windows color (decimal): -382407 or 3746554. OLE color: 3746554.
HSL color Cylindrical-coordinate representation of color #FA2A39: hue angle of 355.67º 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 #FA2A39 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 57 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.02 |
| HSL | 355.67º | 0.95% | 0.57% | - |
| HSV(B) | 355.67º | 0.83% | 0.98% | - |
| XYZ | 40.99 | 22.28 | 6.01 | - |
| YUV | 105.9 | 100.41 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 57 | 0 | 0.83 | 0.77 | 0.02 | 355.67 | 0.95 | 0.57 |
| Hex | FA | 2A | 39 | 0 | 53 | 4D | 2 | 164 | 5F | 39 |
| Octal | 372 | 52 | 71 | 0 | 123 | 115 | 2 | 544 | 137 | 71 |
| Binary | 11111010 | 101010 | 111001 | 0 | 1010011 | 1001101 | 10 | 101100100 | 1011111 | 111001 |
Color Harmonies of #FA2A39
Complementary color
Monochromatic Colors of #FA2A39
Black with #FA2A39
Text Example
Text Example
White with #FA2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2A39; }
p { color: rgb(250,42,57); }
H1.HeaderClassName
{
color: #FA2A39;
}
.AnyTagClassName
{
color: #FA2A39;
}
</style>
background-color css
<style>
a { background-color: #FA2A39; }
a { background-color: rgb(250,42,57); }
div.DivClassName
{
background-color: #FA2A39;
}
.BgClassName
{
background-color: #FA2A39;
}
</style>
border-color css
<style>
span { border-color: #FA2A39; }
span { border-color: rgb(250,42,57); }
td.TdClassName
{
border-color: #FA2A39;
}
.TagClassName
{
border-color: #FA2A39;
}
</style>