Shades of Alizarin #F32E41
Tints of Alizarin #F32E41
RGB
CMYK
RGB Variations
Color information
#F32E41 (or 0xF32E41) is known color: Alizarin. HEX triplet: F3, 2E and 41. RGB value is (243,46,65). Sum of RGB (Red+Green+Blue) = 243+46+65=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E41 is #0CD1BE. Grayscale: #6B6B6B. Windows color (decimal): -840127 or 4271859. OLE color: 4271859.
HSL color Cylindrical-coordinate representation of color #F32E41: hue angle of 354.21º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F32E41 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 65 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.05 |
| HSL | 354.21º | 0.89% | 0.57% | - |
| HSV(B) | 354.21º | 0.81% | 0.95% | - |
| XYZ | 38.89 | 21.39 | 7.08 | - |
| YUV | 107.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 65 | 0 | 0.81 | 0.73 | 0.05 | 354.21 | 0.89 | 0.57 |
| Hex | F3 | 2E | 41 | 0 | 51 | 49 | 5 | 162 | 59 | 39 |
| Octal | 363 | 56 | 101 | 0 | 121 | 111 | 5 | 542 | 131 | 71 |
| Binary | 11110011 | 101110 | 1000001 | 0 | 1010001 | 1001001 | 101 | 101100010 | 1011001 | 111001 |
Color Harmonies of #F32E41
Complementary color
Monochromatic Colors of #F32E41
Black with #F32E41
Text Example
Text Example
White with #F32E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E41; }
p { color: rgb(243,46,65); }
H1.HeaderClassName
{
color: #F32E41;
}
.AnyTagClassName
{
color: #F32E41;
}
</style>
background-color css
<style>
a { background-color: #F32E41; }
a { background-color: rgb(243,46,65); }
div.DivClassName
{
background-color: #F32E41;
}
.BgClassName
{
background-color: #F32E41;
}
</style>
border-color css
<style>
span { border-color: #F32E41; }
span { border-color: rgb(243,46,65); }
td.TdClassName
{
border-color: #F32E41;
}
.TagClassName
{
border-color: #F32E41;
}
</style>