Shades of Alizarin #F2323F
Tints of Alizarin #F2323F
RGB
CMYK
RGB Variations
Color information
#F2323F (or 0xF2323F) is known color: Alizarin. HEX triplet: F2, 32 and 3F. RGB value is (242,50,63). Sum of RGB (Red+Green+Blue) = 242+50+63=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F2323F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2323F is #0DCDC0. Grayscale: #6D6D6D. Windows color (decimal): -904641 or 4141810. OLE color: 4141810.
HSL color Cylindrical-coordinate representation of color #F2323F: hue angle of 355.94º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F2323F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 63 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.05 |
| HSL | 355.94º | 0.88% | 0.57% | - |
| HSV(B) | 355.94º | 0.79% | 0.95% | - |
| XYZ | 38.66 | 21.52 | 6.82 | - |
| YUV | 108.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 63 | 0 | 0.79 | 0.74 | 0.05 | 355.94 | 0.88 | 0.57 |
| Hex | F2 | 32 | 3F | 0 | 4F | 4A | 5 | 164 | 58 | 39 |
| Octal | 362 | 62 | 77 | 0 | 117 | 112 | 5 | 544 | 130 | 71 |
| Binary | 11110010 | 110010 | 111111 | 0 | 1001111 | 1001010 | 101 | 101100100 | 1011000 | 111001 |
Color Harmonies of #F2323F
Complementary color
Monochromatic Colors of #F2323F
Black with #F2323F
Text Example
Text Example
White with #F2323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2323F; }
p { color: rgb(242,50,63); }
H1.HeaderClassName
{
color: #F2323F;
}
.AnyTagClassName
{
color: #F2323F;
}
</style>
background-color css
<style>
a { background-color: #F2323F; }
a { background-color: rgb(242,50,63); }
div.DivClassName
{
background-color: #F2323F;
}
.BgClassName
{
background-color: #F2323F;
}
</style>
border-color css
<style>
span { border-color: #F2323F; }
span { border-color: rgb(242,50,63); }
td.TdClassName
{
border-color: #F2323F;
}
.TagClassName
{
border-color: #F2323F;
}
</style>