Shades of Alizarin #FA2C41
Tints of Alizarin #FA2C41
RGB
CMYK
RGB Variations
Color information
#FA2C41 (or 0xFA2C41) is known color: Alizarin. HEX triplet: FA, 2C and 41. RGB value is (250,44,65). Sum of RGB (Red+Green+Blue) = 250+44+65=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2C41 is #05D3BE. Grayscale: #6C6C6C. Windows color (decimal): -381887 or 4271354. OLE color: 4271354.
HSL color Cylindrical-coordinate representation of color #FA2C41: hue angle of 353.88º 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 #FA2C41 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 65 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.02 |
| HSL | 353.88º | 0.95% | 0.58% | - |
| HSV(B) | 353.88º | 0.82% | 0.98% | - |
| XYZ | 41.28 | 22.51 | 7.17 | - |
| YUV | 107.99 | 103.75 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 65 | 0 | 0.82 | 0.74 | 0.02 | 353.88 | 0.95 | 0.58 |
| Hex | FA | 2C | 41 | 0 | 52 | 4A | 2 | 162 | 5F | 3A |
| Octal | 372 | 54 | 101 | 0 | 122 | 112 | 2 | 542 | 137 | 72 |
| Binary | 11111010 | 101100 | 1000001 | 0 | 1010010 | 1001010 | 10 | 101100010 | 1011111 | 111010 |
Color Harmonies of #FA2C41
Complementary color
Monochromatic Colors of #FA2C41
Black with #FA2C41
Text Example
Text Example
White with #FA2C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2C41; }
p { color: rgb(250,44,65); }
H1.HeaderClassName
{
color: #FA2C41;
}
.AnyTagClassName
{
color: #FA2C41;
}
</style>
background-color css
<style>
a { background-color: #FA2C41; }
a { background-color: rgb(250,44,65); }
div.DivClassName
{
background-color: #FA2C41;
}
.BgClassName
{
background-color: #FA2C41;
}
</style>
border-color css
<style>
span { border-color: #FA2C41; }
span { border-color: rgb(250,44,65); }
td.TdClassName
{
border-color: #FA2C41;
}
.TagClassName
{
border-color: #FA2C41;
}
</style>