Shades of Alizarin #F93140
Tints of Alizarin #F93140
RGB
CMYK
RGB Variations
Color information
#F93140 (or 0xF93140) is known color: Alizarin. HEX triplet: F9, 31 and 40. RGB value is (249,49,64). Sum of RGB (Red+Green+Blue) = 249+49+64=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F93140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93140 is #06CEBF. Grayscale: #6E6E6E. Windows color (decimal): -446144 or 4207097. OLE color: 4207097.
HSL color Cylindrical-coordinate representation of color #F93140: hue angle of 355.5º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93140 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 64 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.02 |
| HSL | 355.5º | 0.94% | 0.58% | - |
| HSV(B) | 355.5º | 0.8% | 0.98% | - |
| XYZ | 41.09 | 22.71 | 7.07 | - |
| YUV | 110.51 | 101.76 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 64 | 0 | 0.80 | 0.74 | 0.02 | 355.5 | 0.94 | 0.58 |
| Hex | F9 | 31 | 40 | 0 | 50 | 4A | 2 | 164 | 5E | 3A |
| Octal | 371 | 61 | 100 | 0 | 120 | 112 | 2 | 544 | 136 | 72 |
| Binary | 11111001 | 110001 | 1000000 | 0 | 1010000 | 1001010 | 10 | 101100100 | 1011110 | 111010 |
Color Harmonies of #F93140
Complementary color
Monochromatic Colors of #F93140
Black with #F93140
Text Example
Text Example
White with #F93140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93140; }
p { color: rgb(249,49,64); }
H1.HeaderClassName
{
color: #F93140;
}
.AnyTagClassName
{
color: #F93140;
}
</style>
background-color css
<style>
a { background-color: #F93140; }
a { background-color: rgb(249,49,64); }
div.DivClassName
{
background-color: #F93140;
}
.BgClassName
{
background-color: #F93140;
}
</style>
border-color css
<style>
span { border-color: #F93140; }
span { border-color: rgb(249,49,64); }
td.TdClassName
{
border-color: #F93140;
}
.TagClassName
{
border-color: #F93140;
}
</style>