Shades of Alizarin #F2273A
Tints of Alizarin #F2273A
RGB
CMYK
RGB Variations
Color information
#F2273A (or 0xF2273A) is known color: Alizarin. HEX triplet: F2, 27 and 3A. RGB value is (242,39,58). Sum of RGB (Red+Green+Blue) = 242+39+58=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F2273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2273A is #0DD8C5. Grayscale: #656565. Windows color (decimal): -907462 or 3811314. OLE color: 3811314.
HSL color Cylindrical-coordinate representation of color #F2273A: hue angle of 354.38º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2273A is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 58 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.05 |
| HSL | 354.38º | 0.89% | 0.55% | - |
| HSV(B) | 354.38º | 0.84% | 0.95% | - |
| XYZ | 38.11 | 20.63 | 5.98 | - |
| YUV | 101.86 | 103.25 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 58 | 0 | 0.84 | 0.76 | 0.05 | 354.38 | 0.89 | 0.55 |
| Hex | F2 | 27 | 3A | 0 | 54 | 4C | 5 | 162 | 59 | 37 |
| Octal | 362 | 47 | 72 | 0 | 124 | 114 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100111 | 111010 | 0 | 1010100 | 1001100 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F2273A
Complementary color
Monochromatic Colors of #F2273A
Black with #F2273A
Text Example
Text Example
White with #F2273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2273A; }
p { color: rgb(242,39,58); }
H1.HeaderClassName
{
color: #F2273A;
}
.AnyTagClassName
{
color: #F2273A;
}
</style>
background-color css
<style>
a { background-color: #F2273A; }
a { background-color: rgb(242,39,58); }
div.DivClassName
{
background-color: #F2273A;
}
.BgClassName
{
background-color: #F2273A;
}
</style>
border-color css
<style>
span { border-color: #F2273A; }
span { border-color: rgb(242,39,58); }
td.TdClassName
{
border-color: #F2273A;
}
.TagClassName
{
border-color: #F2273A;
}
</style>