Shades of Alizarin #F9293B
Tints of Alizarin #F9293B
RGB
CMYK
RGB Variations
Color information
#F9293B (or 0xF9293B) is known color: Alizarin. HEX triplet: F9, 29 and 3B. RGB value is (249,41,59). Sum of RGB (Red+Green+Blue) = 249+41+59=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9293B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9293B is #06D6C4. Grayscale: #696969. Windows color (decimal): -448197 or 3877369. OLE color: 3877369.
HSL color Cylindrical-coordinate representation of color #F9293B: hue angle of 354.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9293B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 354.81º | 0.95% | 0.57% | - |
| HSV(B) | 354.81º | 0.84% | 0.98% | - |
| XYZ | 40.65 | 22.04 | 6.25 | - |
| YUV | 105.24 | 101.91 | 230.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 59 | 0 | 0.84 | 0.76 | 0.02 | 354.81 | 0.95 | 0.57 |
| Hex | F9 | 29 | 3B | 0 | 54 | 4C | 2 | 163 | 5F | 39 |
| Octal | 371 | 51 | 73 | 0 | 124 | 114 | 2 | 543 | 137 | 71 |
| Binary | 11111001 | 101001 | 111011 | 0 | 1010100 | 1001100 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #F9293B
Complementary color
Monochromatic Colors of #F9293B
Black with #F9293B
Text Example
Text Example
White with #F9293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9293B; }
p { color: rgb(249,41,59); }
H1.HeaderClassName
{
color: #F9293B;
}
.AnyTagClassName
{
color: #F9293B;
}
</style>
background-color css
<style>
a { background-color: #F9293B; }
a { background-color: rgb(249,41,59); }
div.DivClassName
{
background-color: #F9293B;
}
.BgClassName
{
background-color: #F9293B;
}
</style>
border-color css
<style>
span { border-color: #F9293B; }
span { border-color: rgb(249,41,59); }
td.TdClassName
{
border-color: #F9293B;
}
.TagClassName
{
border-color: #F9293B;
}
</style>