Shades of Alizarin #FA2D3F
Tints of Alizarin #FA2D3F
RGB
CMYK
RGB Variations
Color information
#FA2D3F (or 0xFA2D3F) is known color: Alizarin. HEX triplet: FA, 2D and 3F. RGB value is (250,45,63). Sum of RGB (Red+Green+Blue) = 250+45+63=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D3F is #05D2C0. Grayscale: #6C6C6C. Windows color (decimal): -381633 or 4140538. OLE color: 4140538.
HSL color Cylindrical-coordinate representation of color #FA2D3F: hue angle of 354.73º 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 #FA2D3F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 63 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.02 |
| HSL | 354.73º | 0.95% | 0.58% | - |
| HSV(B) | 354.73º | 0.82% | 0.98% | - |
| XYZ | 41.26 | 22.56 | 6.88 | - |
| YUV | 108.35 | 102.42 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 63 | 0 | 0.82 | 0.75 | 0.02 | 354.73 | 0.95 | 0.58 |
| Hex | FA | 2D | 3F | 0 | 52 | 4B | 2 | 163 | 5F | 3A |
| Octal | 372 | 55 | 77 | 0 | 122 | 113 | 2 | 543 | 137 | 72 |
| Binary | 11111010 | 101101 | 111111 | 0 | 1010010 | 1001011 | 10 | 101100011 | 1011111 | 111010 |
Color Harmonies of #FA2D3F
Complementary color
Monochromatic Colors of #FA2D3F
Black with #FA2D3F
Text Example
Text Example
White with #FA2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D3F; }
p { color: rgb(250,45,63); }
H1.HeaderClassName
{
color: #FA2D3F;
}
.AnyTagClassName
{
color: #FA2D3F;
}
</style>
background-color css
<style>
a { background-color: #FA2D3F; }
a { background-color: rgb(250,45,63); }
div.DivClassName
{
background-color: #FA2D3F;
}
.BgClassName
{
background-color: #FA2D3F;
}
</style>
border-color css
<style>
span { border-color: #FA2D3F; }
span { border-color: rgb(250,45,63); }
td.TdClassName
{
border-color: #FA2D3F;
}
.TagClassName
{
border-color: #FA2D3F;
}
</style>