Shades of Alizarin #F1243D
Tints of Alizarin #F1243D
RGB
CMYK
RGB Variations
Color information
#F1243D (or 0xF1243D) is known color: Alizarin. HEX triplet: F1, 24 and 3D. RGB value is (241,36,61). Sum of RGB (Red+Green+Blue) = 241+36+61=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1243D is #0EDBC2. Grayscale: #646464. Windows color (decimal): -973763 or 4007153. OLE color: 4007153.
HSL color Cylindrical-coordinate representation of color #F1243D: hue angle of 352.68º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1243D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 61 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.05 |
| HSL | 352.68º | 0.88% | 0.54% | - |
| HSV(B) | 352.68º | 0.85% | 0.95% | - |
| XYZ | 37.75 | 20.3 | 6.34 | - |
| YUV | 100.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 61 | 0 | 0.85 | 0.75 | 0.05 | 352.68 | 0.88 | 0.54 |
| Hex | F1 | 24 | 3D | 0 | 55 | 4B | 5 | 161 | 58 | 36 |
| Octal | 361 | 44 | 75 | 0 | 125 | 113 | 5 | 541 | 130 | 66 |
| Binary | 11110001 | 100100 | 111101 | 0 | 1010101 | 1001011 | 101 | 101100001 | 1011000 | 110110 |
Color Harmonies of #F1243D
Complementary color
Monochromatic Colors of #F1243D
Black with #F1243D
Text Example
Text Example
White with #F1243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1243D; }
p { color: rgb(241,36,61); }
H1.HeaderClassName
{
color: #F1243D;
}
.AnyTagClassName
{
color: #F1243D;
}
</style>
background-color css
<style>
a { background-color: #F1243D; }
a { background-color: rgb(241,36,61); }
div.DivClassName
{
background-color: #F1243D;
}
.BgClassName
{
background-color: #F1243D;
}
</style>
border-color css
<style>
span { border-color: #F1243D; }
span { border-color: rgb(241,36,61); }
td.TdClassName
{
border-color: #F1243D;
}
.TagClassName
{
border-color: #F1243D;
}
</style>