Shades of Alizarin #F2343B
Tints of Alizarin #F2343B
RGB
CMYK
RGB Variations
Color information
#F2343B (or 0xF2343B) is known color: Alizarin. HEX triplet: F2, 34 and 3B. RGB value is (242,52,59). Sum of RGB (Red+Green+Blue) = 242+52+59=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2343B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2343B is #0DCBC4. Grayscale: #6D6D6D. Windows color (decimal): -904133 or 3880178. OLE color: 3880178.
HSL color Cylindrical-coordinate representation of color #F2343B: hue angle of 357.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2343B is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 59 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.05 |
| HSL | 357.79º | 0.88% | 0.58% | - |
| HSV(B) | 357.79º | 0.79% | 0.95% | - |
| XYZ | 38.64 | 21.65 | 6.28 | - |
| YUV | 109.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 59 | 0 | 0.79 | 0.76 | 0.05 | 357.79 | 0.88 | 0.58 |
| Hex | F2 | 34 | 3B | 0 | 4F | 4C | 5 | 166 | 58 | 3A |
| Octal | 362 | 64 | 73 | 0 | 117 | 114 | 5 | 546 | 130 | 72 |
| Binary | 11110010 | 110100 | 111011 | 0 | 1001111 | 1001100 | 101 | 101100110 | 1011000 | 111010 |
Color Harmonies of #F2343B
Complementary color
Monochromatic Colors of #F2343B
Black with #F2343B
Text Example
Text Example
White with #F2343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2343B; }
p { color: rgb(242,52,59); }
H1.HeaderClassName
{
color: #F2343B;
}
.AnyTagClassName
{
color: #F2343B;
}
</style>
background-color css
<style>
a { background-color: #F2343B; }
a { background-color: rgb(242,52,59); }
div.DivClassName
{
background-color: #F2343B;
}
.BgClassName
{
background-color: #F2343B;
}
</style>
border-color css
<style>
span { border-color: #F2343B; }
span { border-color: rgb(242,52,59); }
td.TdClassName
{
border-color: #F2343B;
}
.TagClassName
{
border-color: #F2343B;
}
</style>