Shades of Alizarin #F32642
Tints of Alizarin #F32642
RGB
CMYK
RGB Variations
Color information
#F32642 (or 0xF32642) is known color: Alizarin. HEX triplet: F3, 26 and 42. RGB value is (243,38,66). Sum of RGB (Red+Green+Blue) = 243+38+66=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F32642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32642 is #0CD9BD. Grayscale: #666666. Windows color (decimal): -842174 or 4335347. OLE color: 4335347.
HSL color Cylindrical-coordinate representation of color #F32642: hue angle of 351.8º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32642 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 66 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.05 |
| HSL | 351.8º | 0.9% | 0.55% | - |
| HSV(B) | 351.8º | 0.84% | 0.95% | - |
| XYZ | 38.64 | 20.83 | 7.14 | - |
| YUV | 102.49 | 107.42 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 66 | 0 | 0.84 | 0.73 | 0.05 | 351.8 | 0.9 | 0.55 |
| Hex | F3 | 26 | 42 | 0 | 54 | 49 | 5 | 160 | 5A | 37 |
| Octal | 363 | 46 | 102 | 0 | 124 | 111 | 5 | 540 | 132 | 67 |
| Binary | 11110011 | 100110 | 1000010 | 0 | 1010100 | 1001001 | 101 | 101100000 | 1011010 | 110111 |
Color Harmonies of #F32642
Complementary color
Monochromatic Colors of #F32642
Black with #F32642
Text Example
Text Example
White with #F32642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32642; }
p { color: rgb(243,38,66); }
H1.HeaderClassName
{
color: #F32642;
}
.AnyTagClassName
{
color: #F32642;
}
</style>
background-color css
<style>
a { background-color: #F32642; }
a { background-color: rgb(243,38,66); }
div.DivClassName
{
background-color: #F32642;
}
.BgClassName
{
background-color: #F32642;
}
</style>
border-color css
<style>
span { border-color: #F32642; }
span { border-color: rgb(243,38,66); }
td.TdClassName
{
border-color: #F32642;
}
.TagClassName
{
border-color: #F32642;
}
</style>