Shades of Alizarin #F2233D
Tints of Alizarin #F2233D
RGB
CMYK
RGB Variations
Color information
#F2233D (or 0xF2233D) is known color: Alizarin. HEX triplet: F2, 23 and 3D. RGB value is (242,35,61). Sum of RGB (Red+Green+Blue) = 242+35+61=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F2233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2233D is #0DDCC2. Grayscale: #636363. Windows color (decimal): -908483 or 4006898. OLE color: 4006898.
HSL color Cylindrical-coordinate representation of color #F2233D: hue angle of 352.46º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2233D is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 61 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.05 |
| HSL | 352.46º | 0.89% | 0.54% | - |
| HSV(B) | 352.46º | 0.86% | 0.95% | - |
| XYZ | 38.06 | 20.42 | 6.35 | - |
| YUV | 99.86 | 106.08 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 61 | 0 | 0.86 | 0.75 | 0.05 | 352.46 | 0.89 | 0.54 |
| Hex | F2 | 23 | 3D | 0 | 56 | 4B | 5 | 160 | 59 | 36 |
| Octal | 362 | 43 | 75 | 0 | 126 | 113 | 5 | 540 | 131 | 66 |
| Binary | 11110010 | 100011 | 111101 | 0 | 1010110 | 1001011 | 101 | 101100000 | 1011001 | 110110 |
Color Harmonies of #F2233D
Complementary color
Monochromatic Colors of #F2233D
Black with #F2233D
Text Example
Text Example
White with #F2233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2233D; }
p { color: rgb(242,35,61); }
H1.HeaderClassName
{
color: #F2233D;
}
.AnyTagClassName
{
color: #F2233D;
}
</style>
background-color css
<style>
a { background-color: #F2233D; }
a { background-color: rgb(242,35,61); }
div.DivClassName
{
background-color: #F2233D;
}
.BgClassName
{
background-color: #F2233D;
}
</style>
border-color css
<style>
span { border-color: #F2233D; }
span { border-color: rgb(242,35,61); }
td.TdClassName
{
border-color: #F2233D;
}
.TagClassName
{
border-color: #F2233D;
}
</style>