Shades of Alizarin #F2283F
Tints of Alizarin #F2283F
RGB
CMYK
RGB Variations
Color information
#F2283F (or 0xF2283F) is known color: Alizarin. HEX triplet: F2, 28 and 3F. RGB value is (242,40,63). Sum of RGB (Red+Green+Blue) = 242+40+63=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F2283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2283F is #0DD7C0. Grayscale: #676767. Windows color (decimal): -907201 or 4139250. OLE color: 4139250.
HSL color Cylindrical-coordinate representation of color #F2283F: hue angle of 353.17º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2283F is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 63 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.05 |
| HSL | 353.17º | 0.89% | 0.55% | - |
| HSV(B) | 353.17º | 0.83% | 0.95% | - |
| XYZ | 38.27 | 20.75 | 6.69 | - |
| YUV | 103.02 | 105.42 | 227.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 63 | 0 | 0.83 | 0.74 | 0.05 | 353.17 | 0.89 | 0.55 |
| Hex | F2 | 28 | 3F | 0 | 53 | 4A | 5 | 161 | 59 | 37 |
| Octal | 362 | 50 | 77 | 0 | 123 | 112 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 101000 | 111111 | 0 | 1010011 | 1001010 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F2283F
Complementary color
Monochromatic Colors of #F2283F
Black with #F2283F
Text Example
Text Example
White with #F2283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2283F; }
p { color: rgb(242,40,63); }
H1.HeaderClassName
{
color: #F2283F;
}
.AnyTagClassName
{
color: #F2283F;
}
</style>
background-color css
<style>
a { background-color: #F2283F; }
a { background-color: rgb(242,40,63); }
div.DivClassName
{
background-color: #F2283F;
}
.BgClassName
{
background-color: #F2283F;
}
</style>
border-color css
<style>
span { border-color: #F2283F; }
span { border-color: rgb(242,40,63); }
td.TdClassName
{
border-color: #F2283F;
}
.TagClassName
{
border-color: #F2283F;
}
</style>