Shades of Alizarin #FA2D3A
Tints of Alizarin #FA2D3A
RGB
CMYK
RGB Variations
Color information
#FA2D3A (or 0xFA2D3A) is known color: Alizarin. HEX triplet: FA, 2D and 3A. RGB value is (250,45,58). Sum of RGB (Red+Green+Blue) = 250+45+58=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D3A is #05D2C5. Grayscale: #6B6B6B. Windows color (decimal): -381638 or 3812858. OLE color: 3812858.
HSL color Cylindrical-coordinate representation of color #FA2D3A: hue angle of 356.2º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D3A is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 58 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.02 |
| HSL | 356.2º | 0.95% | 0.58% | - |
| HSV(B) | 356.2º | 0.82% | 0.98% | - |
| XYZ | 41.13 | 22.51 | 6.18 | - |
| YUV | 107.78 | 99.92 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 58 | 0 | 0.82 | 0.77 | 0.02 | 356.2 | 0.95 | 0.58 |
| Hex | FA | 2D | 3A | 0 | 52 | 4D | 2 | 164 | 5F | 3A |
| Octal | 372 | 55 | 72 | 0 | 122 | 115 | 2 | 544 | 137 | 72 |
| Binary | 11111010 | 101101 | 111010 | 0 | 1010010 | 1001101 | 10 | 101100100 | 1011111 | 111010 |
Color Harmonies of #FA2D3A
Complementary color
Monochromatic Colors of #FA2D3A
Black with #FA2D3A
Text Example
Text Example
White with #FA2D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D3A; }
p { color: rgb(250,45,58); }
H1.HeaderClassName
{
color: #FA2D3A;
}
.AnyTagClassName
{
color: #FA2D3A;
}
</style>
background-color css
<style>
a { background-color: #FA2D3A; }
a { background-color: rgb(250,45,58); }
div.DivClassName
{
background-color: #FA2D3A;
}
.BgClassName
{
background-color: #FA2D3A;
}
</style>
border-color css
<style>
span { border-color: #FA2D3A; }
span { border-color: rgb(250,45,58); }
td.TdClassName
{
border-color: #FA2D3A;
}
.TagClassName
{
border-color: #FA2D3A;
}
</style>