Shades of Alizarin #FA393F
Tints of Alizarin #FA393F
RGB
CMYK
RGB Variations
Color information
#FA393F (or 0xFA393F) is known color: Alizarin. HEX triplet: FA, 39 and 3F. RGB value is (250,57,63). Sum of RGB (Red+Green+Blue) = 250+57+63=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA393F is #05C6C0. Grayscale: #737373. Windows color (decimal): -378561 or 4143610. OLE color: 4143610.
HSL color Cylindrical-coordinate representation of color #FA393F: hue angle of 358.13º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA393F is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 57 | 63 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.02 |
| HSL | 358.13º | 0.95% | 0.6% | - |
| HSV(B) | 358.13º | 0.77% | 0.98% | - |
| XYZ | 41.78 | 23.61 | 7.06 | - |
| YUV | 115.39 | 98.44 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 57 | 63 | 0 | 0.77 | 0.75 | 0.02 | 358.13 | 0.95 | 0.6 |
| Hex | FA | 39 | 3F | 0 | 4D | 4B | 2 | 166 | 5F | 3C |
| Octal | 372 | 71 | 77 | 0 | 115 | 113 | 2 | 546 | 137 | 74 |
| Binary | 11111010 | 111001 | 111111 | 0 | 1001101 | 1001011 | 10 | 101100110 | 1011111 | 111100 |
Color Harmonies of #FA393F
Complementary color
Monochromatic Colors of #FA393F
Black with #FA393F
Text Example
Text Example
White with #FA393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA393F; }
p { color: rgb(250,57,63); }
H1.HeaderClassName
{
color: #FA393F;
}
.AnyTagClassName
{
color: #FA393F;
}
</style>
background-color css
<style>
a { background-color: #FA393F; }
a { background-color: rgb(250,57,63); }
div.DivClassName
{
background-color: #FA393F;
}
.BgClassName
{
background-color: #FA393F;
}
</style>
border-color css
<style>
span { border-color: #FA393F; }
span { border-color: rgb(250,57,63); }
td.TdClassName
{
border-color: #FA393F;
}
.TagClassName
{
border-color: #FA393F;
}
</style>