Shades of Alizarin #FA2841
Tints of Alizarin #FA2841
RGB
CMYK
RGB Variations
Color information
#FA2841 (or 0xFA2841) is known color: Alizarin. HEX triplet: FA, 28 and 41. RGB value is (250,40,65). Sum of RGB (Red+Green+Blue) = 250+40+65=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2841 is #05D7BE. Grayscale: #696969. Windows color (decimal): -382911 or 4270330. OLE color: 4270330.
HSL color Cylindrical-coordinate representation of color #FA2841: hue angle of 352.86º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2841 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 65 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.02 |
| HSL | 352.86º | 0.95% | 0.57% | - |
| HSV(B) | 352.86º | 0.84% | 0.98% | - |
| XYZ | 41.14 | 22.22 | 7.12 | - |
| YUV | 105.64 | 105.07 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 65 | 0 | 0.84 | 0.74 | 0.02 | 352.86 | 0.95 | 0.57 |
| Hex | FA | 28 | 41 | 0 | 54 | 4A | 2 | 161 | 5F | 39 |
| Octal | 372 | 50 | 101 | 0 | 124 | 112 | 2 | 541 | 137 | 71 |
| Binary | 11111010 | 101000 | 1000001 | 0 | 1010100 | 1001010 | 10 | 101100001 | 1011111 | 111001 |
Color Harmonies of #FA2841
Complementary color
Monochromatic Colors of #FA2841
Black with #FA2841
Text Example
Text Example
White with #FA2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2841; }
p { color: rgb(250,40,65); }
H1.HeaderClassName
{
color: #FA2841;
}
.AnyTagClassName
{
color: #FA2841;
}
</style>
background-color css
<style>
a { background-color: #FA2841; }
a { background-color: rgb(250,40,65); }
div.DivClassName
{
background-color: #FA2841;
}
.BgClassName
{
background-color: #FA2841;
}
</style>
border-color css
<style>
span { border-color: #FA2841; }
span { border-color: rgb(250,40,65); }
td.TdClassName
{
border-color: #FA2841;
}
.TagClassName
{
border-color: #FA2841;
}
</style>