Shades of Alizarin #F2273B
Tints of Alizarin #F2273B
RGB
CMYK
RGB Variations
Color information
#F2273B (or 0xF2273B) is known color: Alizarin. HEX triplet: F2, 27 and 3B. RGB value is (242,39,59). Sum of RGB (Red+Green+Blue) = 242+39+59=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 59 (23.44% from 255 or 17.35% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2273B is #0DD8C4. Grayscale: #666666. Windows color (decimal): -907461 or 3876850. OLE color: 3876850.
HSL color Cylindrical-coordinate representation of color #F2273B: hue angle of 354.09º 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 #F2273B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.05 |
| HSL | 354.09º | 0.89% | 0.55% | - |
| HSV(B) | 354.09º | 0.84% | 0.95% | - |
| XYZ | 38.13 | 20.64 | 6.11 | - |
| YUV | 101.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 59 | 0 | 0.84 | 0.76 | 0.05 | 354.09 | 0.89 | 0.55 |
| Hex | F2 | 27 | 3B | 0 | 54 | 4C | 5 | 162 | 59 | 37 |
| Octal | 362 | 47 | 73 | 0 | 124 | 114 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100111 | 111011 | 0 | 1010100 | 1001100 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F2273B
Complementary color
Monochromatic Colors of #F2273B
Black with #F2273B
Text Example
Text Example
White with #F2273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2273B; }
p { color: rgb(242,39,59); }
H1.HeaderClassName
{
color: #F2273B;
}
.AnyTagClassName
{
color: #F2273B;
}
</style>
background-color css
<style>
a { background-color: #F2273B; }
a { background-color: rgb(242,39,59); }
div.DivClassName
{
background-color: #F2273B;
}
.BgClassName
{
background-color: #F2273B;
}
</style>
border-color css
<style>
span { border-color: #F2273B; }
span { border-color: rgb(242,39,59); }
td.TdClassName
{
border-color: #F2273B;
}
.TagClassName
{
border-color: #F2273B;
}
</style>