Shades of Alizarin #F93C41
Tints of Alizarin #F93C41
RGB
CMYK
RGB Variations
Color information
#F93C41 (or 0xF93C41) is known color: Alizarin. HEX triplet: F9, 3C and 41. RGB value is (249,60,65). Sum of RGB (Red+Green+Blue) = 249+60+65=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C41 is #06C3BE. Grayscale: #757575. Windows color (decimal): -443327 or 4275449. OLE color: 4275449.
HSL color Cylindrical-coordinate representation of color #F93C41: hue angle of 358.41º 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 #F93C41 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 65 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.02 |
| HSL | 358.41º | 0.94% | 0.61% | - |
| HSV(B) | 358.41º | 0.76% | 0.98% | - |
| XYZ | 41.64 | 23.75 | 7.39 | - |
| YUV | 117.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 65 | 0 | 0.76 | 0.74 | 0.02 | 358.41 | 0.94 | 0.61 |
| Hex | F9 | 3C | 41 | 0 | 4C | 4A | 2 | 166 | 5E | 3D |
| Octal | 371 | 74 | 101 | 0 | 114 | 112 | 2 | 546 | 136 | 75 |
| Binary | 11111001 | 111100 | 1000001 | 0 | 1001100 | 1001010 | 10 | 101100110 | 1011110 | 111101 |
Color Harmonies of #F93C41
Complementary color
Monochromatic Colors of #F93C41
Black with #F93C41
Text Example
Text Example
White with #F93C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C41; }
p { color: rgb(249,60,65); }
H1.HeaderClassName
{
color: #F93C41;
}
.AnyTagClassName
{
color: #F93C41;
}
</style>
background-color css
<style>
a { background-color: #F93C41; }
a { background-color: rgb(249,60,65); }
div.DivClassName
{
background-color: #F93C41;
}
.BgClassName
{
background-color: #F93C41;
}
</style>
border-color css
<style>
span { border-color: #F93C41; }
span { border-color: rgb(249,60,65); }
td.TdClassName
{
border-color: #F93C41;
}
.TagClassName
{
border-color: #F93C41;
}
</style>