Shades of Alizarin #FA3640
Tints of Alizarin #FA3640
RGB
CMYK
RGB Variations
Color information
#FA3640 (or 0xFA3640) is known color: Alizarin. HEX triplet: FA, 36 and 40. RGB value is (250,54,64). Sum of RGB (Red+Green+Blue) = 250+54+64=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3640 is #05C9BF. Grayscale: #717171. Windows color (decimal): -379328 or 4208378. OLE color: 4208378.
HSL color Cylindrical-coordinate representation of color #FA3640: hue angle of 356.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3640 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 64 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.02 |
| HSL | 356.94º | 0.95% | 0.6% | - |
| HSV(B) | 356.94º | 0.78% | 0.98% | - |
| XYZ | 41.67 | 23.33 | 7.16 | - |
| YUV | 113.74 | 99.93 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 64 | 0 | 0.78 | 0.74 | 0.02 | 356.94 | 0.95 | 0.6 |
| Hex | FA | 36 | 40 | 0 | 4E | 4A | 2 | 165 | 5F | 3C |
| Octal | 372 | 66 | 100 | 0 | 116 | 112 | 2 | 545 | 137 | 74 |
| Binary | 11111010 | 110110 | 1000000 | 0 | 1001110 | 1001010 | 10 | 101100101 | 1011111 | 111100 |
Color Harmonies of #FA3640
Complementary color
Monochromatic Colors of #FA3640
Black with #FA3640
Text Example
Text Example
White with #FA3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3640; }
p { color: rgb(250,54,64); }
H1.HeaderClassName
{
color: #FA3640;
}
.AnyTagClassName
{
color: #FA3640;
}
</style>
background-color css
<style>
a { background-color: #FA3640; }
a { background-color: rgb(250,54,64); }
div.DivClassName
{
background-color: #FA3640;
}
.BgClassName
{
background-color: #FA3640;
}
</style>
border-color css
<style>
span { border-color: #FA3640; }
span { border-color: rgb(250,54,64); }
td.TdClassName
{
border-color: #FA3640;
}
.TagClassName
{
border-color: #FA3640;
}
</style>