Shades of Alizarin #FA3239
Tints of Alizarin #FA3239
RGB
CMYK
RGB Variations
Color information
#FA3239 (or 0xFA3239) is known color: Alizarin. HEX triplet: FA, 32 and 39. RGB value is (250,50,57). Sum of RGB (Red+Green+Blue) = 250+50+57=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3239 is #05CDC6. Grayscale: #6E6E6E. Windows color (decimal): -380359 or 3748602. OLE color: 3748602.
HSL color Cylindrical-coordinate representation of color #FA3239: hue angle of 357.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3239 is Cyan = 0, Magento = 0.8, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 57 | - |
| CMYK | 0 | 0.8 | 0.77 | 0.02 |
| HSL | 357.9º | 0.95% | 0.59% | - |
| HSV(B) | 357.9º | 0.8% | 0.98% | - |
| XYZ | 41.3 | 22.9 | 6.11 | - |
| YUV | 110.6 | 97.76 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 57 | 0 | 0.8 | 0.77 | 0.02 | 357.9 | 0.95 | 0.59 |
| Hex | FA | 32 | 39 | 0 | 50 | 4D | 2 | 166 | 5F | 3B |
| Octal | 372 | 62 | 71 | 0 | 120 | 115 | 2 | 546 | 137 | 73 |
| Binary | 11111010 | 110010 | 111001 | 0 | 1010000 | 1001101 | 10 | 101100110 | 1011111 | 111011 |
Color Harmonies of #FA3239
Complementary color
Monochromatic Colors of #FA3239
Black with #FA3239
Text Example
Text Example
White with #FA3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3239; }
p { color: rgb(250,50,57); }
H1.HeaderClassName
{
color: #FA3239;
}
.AnyTagClassName
{
color: #FA3239;
}
</style>
background-color css
<style>
a { background-color: #FA3239; }
a { background-color: rgb(250,50,57); }
div.DivClassName
{
background-color: #FA3239;
}
.BgClassName
{
background-color: #FA3239;
}
</style>
border-color css
<style>
span { border-color: #FA3239; }
span { border-color: rgb(250,50,57); }
td.TdClassName
{
border-color: #FA3239;
}
.TagClassName
{
border-color: #FA3239;
}
</style>