Shades of Alizarin #F1343D
Tints of Alizarin #F1343D
RGB
CMYK
RGB Variations
Color information
#F1343D (or 0xF1343D) is known color: Alizarin. HEX triplet: F1, 34 and 3D. RGB value is (241,52,61). Sum of RGB (Red+Green+Blue) = 241+52+61=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1343D is #0ECBC2. Grayscale: #6D6D6D. Windows color (decimal): -969667 or 4011249. OLE color: 4011249.
HSL color Cylindrical-coordinate representation of color #F1343D: hue angle of 357.14º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1343D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 61 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.05 |
| HSL | 357.14º | 0.87% | 0.57% | - |
| HSV(B) | 357.14º | 0.78% | 0.95% | - |
| XYZ | 38.35 | 21.49 | 6.54 | - |
| YUV | 109.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 61 | 0 | 0.78 | 0.75 | 0.05 | 357.14 | 0.87 | 0.57 |
| Hex | F1 | 34 | 3D | 0 | 4E | 4B | 5 | 165 | 57 | 39 |
| Octal | 361 | 64 | 75 | 0 | 116 | 113 | 5 | 545 | 127 | 71 |
| Binary | 11110001 | 110100 | 111101 | 0 | 1001110 | 1001011 | 101 | 101100101 | 1010111 | 111001 |
Color Harmonies of #F1343D
Complementary color
Monochromatic Colors of #F1343D
Black with #F1343D
Text Example
Text Example
White with #F1343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1343D; }
p { color: rgb(241,52,61); }
H1.HeaderClassName
{
color: #F1343D;
}
.AnyTagClassName
{
color: #F1343D;
}
</style>
background-color css
<style>
a { background-color: #F1343D; }
a { background-color: rgb(241,52,61); }
div.DivClassName
{
background-color: #F1343D;
}
.BgClassName
{
background-color: #F1343D;
}
</style>
border-color css
<style>
span { border-color: #F1343D; }
span { border-color: rgb(241,52,61); }
td.TdClassName
{
border-color: #F1343D;
}
.TagClassName
{
border-color: #F1343D;
}
</style>