Shades of Alizarin #F93239
Tints of Alizarin #F93239
RGB
CMYK
RGB Variations
Color information
#F93239 (or 0xF93239) is known color: Alizarin. HEX triplet: F9, 32 and 39. RGB value is (249,50,57). Sum of RGB (Red+Green+Blue) = 249+50+57=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F93239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93239 is #06CDC6. Grayscale: #6E6E6E. Windows color (decimal): -445895 or 3748601. OLE color: 3748601.
HSL color Cylindrical-coordinate representation of color #F93239: hue angle of 357.89º degrees, saturation: 0.94, 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 #F93239 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 57 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.02 |
| HSL | 357.89º | 0.94% | 0.59% | - |
| HSV(B) | 357.89º | 0.8% | 0.98% | - |
| XYZ | 40.95 | 22.72 | 6.1 | - |
| YUV | 110.3 | 97.93 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 57 | 0 | 0.80 | 0.77 | 0.02 | 357.89 | 0.94 | 0.59 |
| Hex | F9 | 32 | 39 | 0 | 50 | 4D | 2 | 166 | 5E | 3B |
| Octal | 371 | 62 | 71 | 0 | 120 | 115 | 2 | 546 | 136 | 73 |
| Binary | 11111001 | 110010 | 111001 | 0 | 1010000 | 1001101 | 10 | 101100110 | 1011110 | 111011 |
Color Harmonies of #F93239
Complementary color
Monochromatic Colors of #F93239
Black with #F93239
Text Example
Text Example
White with #F93239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93239; }
p { color: rgb(249,50,57); }
H1.HeaderClassName
{
color: #F93239;
}
.AnyTagClassName
{
color: #F93239;
}
</style>
background-color css
<style>
a { background-color: #F93239; }
a { background-color: rgb(249,50,57); }
div.DivClassName
{
background-color: #F93239;
}
.BgClassName
{
background-color: #F93239;
}
</style>
border-color css
<style>
span { border-color: #F93239; }
span { border-color: rgb(249,50,57); }
td.TdClassName
{
border-color: #F93239;
}
.TagClassName
{
border-color: #F93239;
}
</style>