Shades of Alizarin #FA2B3F
Tints of Alizarin #FA2B3F
RGB
CMYK
RGB Variations
Color information
#FA2B3F (or 0xFA2B3F) is known color: Alizarin. HEX triplet: FA, 2B and 3F. RGB value is (250,43,63). Sum of RGB (Red+Green+Blue) = 250+43+63=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2B3F is #05D4C0. Grayscale: #6B6B6B. Windows color (decimal): -382145 or 4140026. OLE color: 4140026.
HSL color Cylindrical-coordinate representation of color #FA2B3F: hue angle of 354.2º 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 #FA2B3F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 63 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.02 |
| HSL | 354.2º | 0.95% | 0.57% | - |
| HSV(B) | 354.2º | 0.83% | 0.98% | - |
| XYZ | 41.19 | 22.41 | 6.86 | - |
| YUV | 107.17 | 103.08 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 63 | 0 | 0.83 | 0.75 | 0.02 | 354.2 | 0.95 | 0.57 |
| Hex | FA | 2B | 3F | 0 | 53 | 4B | 2 | 162 | 5F | 39 |
| Octal | 372 | 53 | 77 | 0 | 123 | 113 | 2 | 542 | 137 | 71 |
| Binary | 11111010 | 101011 | 111111 | 0 | 1010011 | 1001011 | 10 | 101100010 | 1011111 | 111001 |
Color Harmonies of #FA2B3F
Complementary color
Monochromatic Colors of #FA2B3F
Black with #FA2B3F
Text Example
Text Example
White with #FA2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B3F; }
p { color: rgb(250,43,63); }
H1.HeaderClassName
{
color: #FA2B3F;
}
.AnyTagClassName
{
color: #FA2B3F;
}
</style>
background-color css
<style>
a { background-color: #FA2B3F; }
a { background-color: rgb(250,43,63); }
div.DivClassName
{
background-color: #FA2B3F;
}
.BgClassName
{
background-color: #FA2B3F;
}
</style>
border-color css
<style>
span { border-color: #FA2B3F; }
span { border-color: rgb(250,43,63); }
td.TdClassName
{
border-color: #FA2B3F;
}
.TagClassName
{
border-color: #FA2B3F;
}
</style>