Shades of Alizarin #F2273C
Tints of Alizarin #F2273C
RGB
CMYK
RGB Variations
Color information
#F2273C (or 0xF2273C) is known color: Alizarin. HEX triplet: F2, 27 and 3C. RGB value is (242,39,60). Sum of RGB (Red+Green+Blue) = 242+39+60=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2273C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2273C is #0DD8C3. Grayscale: #666666. Windows color (decimal): -907460 or 3942386. OLE color: 3942386.
HSL color Cylindrical-coordinate representation of color #F2273C: hue angle of 353.79º 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 #F2273C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.05 |
| HSL | 353.79º | 0.89% | 0.55% | - |
| HSV(B) | 353.79º | 0.84% | 0.95% | - |
| XYZ | 38.16 | 20.65 | 6.25 | - |
| YUV | 102.09 | 104.25 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 60 | 0 | 0.84 | 0.75 | 0.05 | 353.79 | 0.89 | 0.55 |
| Hex | F2 | 27 | 3C | 0 | 54 | 4B | 5 | 162 | 59 | 37 |
| Octal | 362 | 47 | 74 | 0 | 124 | 113 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100111 | 111100 | 0 | 1010100 | 1001011 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F2273C
Complementary color
Monochromatic Colors of #F2273C
Black with #F2273C
Text Example
Text Example
White with #F2273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2273C; }
p { color: rgb(242,39,60); }
H1.HeaderClassName
{
color: #F2273C;
}
.AnyTagClassName
{
color: #F2273C;
}
</style>
background-color css
<style>
a { background-color: #F2273C; }
a { background-color: rgb(242,39,60); }
div.DivClassName
{
background-color: #F2273C;
}
.BgClassName
{
background-color: #F2273C;
}
</style>
border-color css
<style>
span { border-color: #F2273C; }
span { border-color: rgb(242,39,60); }
td.TdClassName
{
border-color: #F2273C;
}
.TagClassName
{
border-color: #F2273C;
}
</style>