Shades of Alizarin #FA3441
Tints of Alizarin #FA3441
RGB
CMYK
RGB Variations
Color information
#FA3441 (or 0xFA3441) is known color: Alizarin. HEX triplet: FA, 34 and 41. RGB value is (250,52,65). Sum of RGB (Red+Green+Blue) = 250+52+65=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3441 is #05CBBE. Grayscale: #707070. Windows color (decimal): -379839 or 4273402. OLE color: 4273402.
HSL color Cylindrical-coordinate representation of color #FA3441: hue angle of 356.06º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3441 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 65 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.02 |
| HSL | 356.06º | 0.95% | 0.59% | - |
| HSV(B) | 356.06º | 0.79% | 0.98% | - |
| XYZ | 41.61 | 23.16 | 7.28 | - |
| YUV | 112.68 | 101.1 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 65 | 0 | 0.79 | 0.74 | 0.02 | 356.06 | 0.95 | 0.59 |
| Hex | FA | 34 | 41 | 0 | 4F | 4A | 2 | 164 | 5F | 3B |
| Octal | 372 | 64 | 101 | 0 | 117 | 112 | 2 | 544 | 137 | 73 |
| Binary | 11111010 | 110100 | 1000001 | 0 | 1001111 | 1001010 | 10 | 101100100 | 1011111 | 111011 |
Color Harmonies of #FA3441
Complementary color
Monochromatic Colors of #FA3441
Black with #FA3441
Text Example
Text Example
White with #FA3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3441; }
p { color: rgb(250,52,65); }
H1.HeaderClassName
{
color: #FA3441;
}
.AnyTagClassName
{
color: #FA3441;
}
</style>
background-color css
<style>
a { background-color: #FA3441; }
a { background-color: rgb(250,52,65); }
div.DivClassName
{
background-color: #FA3441;
}
.BgClassName
{
background-color: #FA3441;
}
</style>
border-color css
<style>
span { border-color: #FA3441; }
span { border-color: rgb(250,52,65); }
td.TdClassName
{
border-color: #FA3441;
}
.TagClassName
{
border-color: #FA3441;
}
</style>