Shades of Alizarin #F93C40
Tints of Alizarin #F93C40
RGB
CMYK
RGB Variations
Color information
#F93C40 (or 0xF93C40) is known color: Alizarin. HEX triplet: F9, 3C and 40. RGB value is (249,60,64). Sum of RGB (Red+Green+Blue) = 249+60+64=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C40 is #06C3BF. Grayscale: #757575. Windows color (decimal): -443328 or 4209913. OLE color: 4209913.
HSL color Cylindrical-coordinate representation of color #F93C40: hue angle of 358.73º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93C40 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 64 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.02 |
| HSL | 358.73º | 0.94% | 0.61% | - |
| HSV(B) | 358.73º | 0.76% | 0.98% | - |
| XYZ | 41.61 | 23.74 | 7.24 | - |
| YUV | 116.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 64 | 0 | 0.76 | 0.74 | 0.02 | 358.73 | 0.94 | 0.61 |
| Hex | F9 | 3C | 40 | 0 | 4C | 4A | 2 | 167 | 5E | 3D |
| Octal | 371 | 74 | 100 | 0 | 114 | 112 | 2 | 547 | 136 | 75 |
| Binary | 11111001 | 111100 | 1000000 | 0 | 1001100 | 1001010 | 10 | 101100111 | 1011110 | 111101 |
Color Harmonies of #F93C40
Complementary color
Monochromatic Colors of #F93C40
Black with #F93C40
Text Example
Text Example
White with #F93C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C40; }
p { color: rgb(249,60,64); }
H1.HeaderClassName
{
color: #F93C40;
}
.AnyTagClassName
{
color: #F93C40;
}
</style>
background-color css
<style>
a { background-color: #F93C40; }
a { background-color: rgb(249,60,64); }
div.DivClassName
{
background-color: #F93C40;
}
.BgClassName
{
background-color: #F93C40;
}
</style>
border-color css
<style>
span { border-color: #F93C40; }
span { border-color: rgb(249,60,64); }
td.TdClassName
{
border-color: #F93C40;
}
.TagClassName
{
border-color: #F93C40;
}
</style>