Shades of Alizarin #FA2432
Tints of Alizarin #FA2432
RGB
CMYK
RGB Variations
Color information
#FA2432 (or 0xFA2432) is known color: Alizarin. HEX triplet: FA, 24 and 32. RGB value is (250,36,50). Sum of RGB (Red+Green+Blue) = 250+36+50=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2432 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2432 is #05DBCD. Grayscale: #656565. Windows color (decimal): -383950 or 3286266. OLE color: 3286266.
HSL color Cylindrical-coordinate representation of color #FA2432: hue angle of 356.07º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2432 is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 50 | - |
| CMYK | 0 | 0.86 | 0.8 | 0.02 |
| HSL | 356.07º | 0.96% | 0.56% | - |
| HSV(B) | 356.07º | 0.86% | 0.98% | - |
| XYZ | 40.63 | 21.82 | 5.09 | - |
| YUV | 101.58 | 98.9 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 50 | 0 | 0.86 | 0.8 | 0.02 | 356.07 | 0.96 | 0.56 |
| Hex | FA | 24 | 32 | 0 | 56 | 50 | 2 | 164 | 60 | 38 |
| Octal | 372 | 44 | 62 | 0 | 126 | 120 | 2 | 544 | 140 | 70 |
| Binary | 11111010 | 100100 | 110010 | 0 | 1010110 | 1010000 | 10 | 101100100 | 1100000 | 111000 |
Color Harmonies of #FA2432
Complementary color
Monochromatic Colors of #FA2432
Black with #FA2432
Text Example
Text Example
White with #FA2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2432; }
p { color: rgb(250,36,50); }
H1.HeaderClassName
{
color: #FA2432;
}
.AnyTagClassName
{
color: #FA2432;
}
</style>
background-color css
<style>
a { background-color: #FA2432; }
a { background-color: rgb(250,36,50); }
div.DivClassName
{
background-color: #FA2432;
}
.BgClassName
{
background-color: #FA2432;
}
</style>
border-color css
<style>
span { border-color: #FA2432; }
span { border-color: rgb(250,36,50); }
td.TdClassName
{
border-color: #FA2432;
}
.TagClassName
{
border-color: #FA2432;
}
</style>