Shades of Alizarin #F93441
Tints of Alizarin #F93441
RGB
CMYK
RGB Variations
Color information
#F93441 (or 0xF93441) is known color: Alizarin. HEX triplet: F9, 34 and 41. RGB value is (249,52,65). Sum of RGB (Red+Green+Blue) = 249+52+65=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F93441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93441 is #06CBBE. Grayscale: #707070. Windows color (decimal): -445375 or 4273401. OLE color: 4273401.
HSL color Cylindrical-coordinate representation of color #F93441: hue angle of 356.04º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93441 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 65 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.02 |
| HSL | 356.04º | 0.94% | 0.59% | - |
| HSV(B) | 356.04º | 0.79% | 0.98% | - |
| XYZ | 41.25 | 22.98 | 7.26 | - |
| YUV | 112.39 | 101.27 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 65 | 0 | 0.79 | 0.74 | 0.02 | 356.04 | 0.94 | 0.59 |
| Hex | F9 | 34 | 41 | 0 | 4F | 4A | 2 | 164 | 5E | 3B |
| Octal | 371 | 64 | 101 | 0 | 117 | 112 | 2 | 544 | 136 | 73 |
| Binary | 11111001 | 110100 | 1000001 | 0 | 1001111 | 1001010 | 10 | 101100100 | 1011110 | 111011 |
Color Harmonies of #F93441
Complementary color
Monochromatic Colors of #F93441
Black with #F93441
Text Example
Text Example
White with #F93441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93441; }
p { color: rgb(249,52,65); }
H1.HeaderClassName
{
color: #F93441;
}
.AnyTagClassName
{
color: #F93441;
}
</style>
background-color css
<style>
a { background-color: #F93441; }
a { background-color: rgb(249,52,65); }
div.DivClassName
{
background-color: #F93441;
}
.BgClassName
{
background-color: #F93441;
}
</style>
border-color css
<style>
span { border-color: #F93441; }
span { border-color: rgb(249,52,65); }
td.TdClassName
{
border-color: #F93441;
}
.TagClassName
{
border-color: #F93441;
}
</style>