Shades of Alizarin #F2333F
Tints of Alizarin #F2333F
RGB
CMYK
RGB Variations
Color information
#F2333F (or 0xF2333F) is known color: Alizarin. HEX triplet: F2, 33 and 3F. RGB value is (242,51,63). Sum of RGB (Red+Green+Blue) = 242+51+63=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2333F is #0DCCC0. Grayscale: #6D6D6D. Windows color (decimal): -904385 or 4142066. OLE color: 4142066.
HSL color Cylindrical-coordinate representation of color #F2333F: hue angle of 356.23º 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 #F2333F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 63 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.05 |
| HSL | 356.23º | 0.88% | 0.57% | - |
| HSV(B) | 356.23º | 0.79% | 0.95% | - |
| XYZ | 38.7 | 21.6 | 6.83 | - |
| YUV | 109.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 63 | 0 | 0.79 | 0.74 | 0.05 | 356.23 | 0.88 | 0.57 |
| Hex | F2 | 33 | 3F | 0 | 4F | 4A | 5 | 164 | 58 | 39 |
| Octal | 362 | 63 | 77 | 0 | 117 | 112 | 5 | 544 | 130 | 71 |
| Binary | 11110010 | 110011 | 111111 | 0 | 1001111 | 1001010 | 101 | 101100100 | 1011000 | 111001 |
Color Harmonies of #F2333F
Complementary color
Monochromatic Colors of #F2333F
Black with #F2333F
Text Example
Text Example
White with #F2333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2333F; }
p { color: rgb(242,51,63); }
H1.HeaderClassName
{
color: #F2333F;
}
.AnyTagClassName
{
color: #F2333F;
}
</style>
background-color css
<style>
a { background-color: #F2333F; }
a { background-color: rgb(242,51,63); }
div.DivClassName
{
background-color: #F2333F;
}
.BgClassName
{
background-color: #F2333F;
}
</style>
border-color css
<style>
span { border-color: #F2333F; }
span { border-color: rgb(242,51,63); }
td.TdClassName
{
border-color: #F2333F;
}
.TagClassName
{
border-color: #F2333F;
}
</style>