Shades of Alizarin #F9293C
Tints of Alizarin #F9293C
RGB
CMYK
RGB Variations
Color information
#F9293C (or 0xF9293C) is known color: Alizarin. HEX triplet: F9, 29 and 3C. RGB value is (249,41,60). Sum of RGB (Red+Green+Blue) = 249+41+60=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F9293C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9293C is #06D6C3. Grayscale: #696969. Windows color (decimal): -448196 or 3942905. OLE color: 3942905.
HSL color Cylindrical-coordinate representation of color #F9293C: hue angle of 354.52º 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 #F9293C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 60 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 354.52º | 0.95% | 0.57% | - |
| HSV(B) | 354.52º | 0.84% | 0.98% | - |
| XYZ | 40.68 | 22.05 | 6.39 | - |
| YUV | 105.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 60 | 0 | 0.84 | 0.76 | 0.02 | 354.52 | 0.95 | 0.57 |
| Hex | F9 | 29 | 3C | 0 | 54 | 4C | 2 | 163 | 5F | 39 |
| Octal | 371 | 51 | 74 | 0 | 124 | 114 | 2 | 543 | 137 | 71 |
| Binary | 11111001 | 101001 | 111100 | 0 | 1010100 | 1001100 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #F9293C
Complementary color
Monochromatic Colors of #F9293C
Black with #F9293C
Text Example
Text Example
White with #F9293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9293C; }
p { color: rgb(249,41,60); }
H1.HeaderClassName
{
color: #F9293C;
}
.AnyTagClassName
{
color: #F9293C;
}
</style>
background-color css
<style>
a { background-color: #F9293C; }
a { background-color: rgb(249,41,60); }
div.DivClassName
{
background-color: #F9293C;
}
.BgClassName
{
background-color: #F9293C;
}
</style>
border-color css
<style>
span { border-color: #F9293C; }
span { border-color: rgb(249,41,60); }
td.TdClassName
{
border-color: #F9293C;
}
.TagClassName
{
border-color: #F9293C;
}
</style>