Shades of Alizarin #F93D41
Tints of Alizarin #F93D41
RGB
CMYK
RGB Variations
Color information
#F93D41 (or 0xF93D41) is known color: Alizarin. HEX triplet: F9, 3D and 41. RGB value is (249,61,65). Sum of RGB (Red+Green+Blue) = 249+61+65=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D41 is #06C2BE. Grayscale: #757575. Windows color (decimal): -443071 or 4275705. OLE color: 4275705.
HSL color Cylindrical-coordinate representation of color #F93D41: hue angle of 358.72º 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 #F93D41 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 65 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.02 |
| HSL | 358.72º | 0.94% | 0.61% | - |
| HSV(B) | 358.72º | 0.76% | 0.98% | - |
| XYZ | 41.69 | 23.86 | 7.41 | - |
| YUV | 117.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 65 | 0 | 0.76 | 0.74 | 0.02 | 358.72 | 0.94 | 0.61 |
| Hex | F9 | 3D | 41 | 0 | 4C | 4A | 2 | 167 | 5E | 3D |
| Octal | 371 | 75 | 101 | 0 | 114 | 112 | 2 | 547 | 136 | 75 |
| Binary | 11111001 | 111101 | 1000001 | 0 | 1001100 | 1001010 | 10 | 101100111 | 1011110 | 111101 |
Color Harmonies of #F93D41
Complementary color
Monochromatic Colors of #F93D41
Black with #F93D41
Text Example
Text Example
White with #F93D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D41; }
p { color: rgb(249,61,65); }
H1.HeaderClassName
{
color: #F93D41;
}
.AnyTagClassName
{
color: #F93D41;
}
</style>
background-color css
<style>
a { background-color: #F93D41; }
a { background-color: rgb(249,61,65); }
div.DivClassName
{
background-color: #F93D41;
}
.BgClassName
{
background-color: #F93D41;
}
</style>
border-color css
<style>
span { border-color: #F93D41; }
span { border-color: rgb(249,61,65); }
td.TdClassName
{
border-color: #F93D41;
}
.TagClassName
{
border-color: #F93D41;
}
</style>