Shades of Alizarin #F2263C
Tints of Alizarin #F2263C
RGB
CMYK
RGB Variations
Color information
#F2263C (or 0xF2263C) is known color: Alizarin. HEX triplet: F2, 26 and 3C. RGB value is (242,38,60). Sum of RGB (Red+Green+Blue) = 242+38+60=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2263C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2263C is #0DD9C3. Grayscale: #656565. Windows color (decimal): -907716 or 3942130. OLE color: 3942130.
HSL color Cylindrical-coordinate representation of color #F2263C: hue angle of 353.53º 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 #F2263C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 60 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.05 |
| HSL | 353.53º | 0.89% | 0.55% | - |
| HSV(B) | 353.53º | 0.84% | 0.95% | - |
| XYZ | 38.13 | 20.59 | 6.24 | - |
| YUV | 101.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 60 | 0 | 0.84 | 0.75 | 0.05 | 353.53 | 0.89 | 0.55 |
| Hex | F2 | 26 | 3C | 0 | 54 | 4B | 5 | 162 | 59 | 37 |
| Octal | 362 | 46 | 74 | 0 | 124 | 113 | 5 | 542 | 131 | 67 |
| Binary | 11110010 | 100110 | 111100 | 0 | 1010100 | 1001011 | 101 | 101100010 | 1011001 | 110111 |
Color Harmonies of #F2263C
Complementary color
Monochromatic Colors of #F2263C
Black with #F2263C
Text Example
Text Example
White with #F2263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2263C; }
p { color: rgb(242,38,60); }
H1.HeaderClassName
{
color: #F2263C;
}
.AnyTagClassName
{
color: #F2263C;
}
</style>
background-color css
<style>
a { background-color: #F2263C; }
a { background-color: rgb(242,38,60); }
div.DivClassName
{
background-color: #F2263C;
}
.BgClassName
{
background-color: #F2263C;
}
</style>
border-color css
<style>
span { border-color: #F2263C; }
span { border-color: rgb(242,38,60); }
td.TdClassName
{
border-color: #F2263C;
}
.TagClassName
{
border-color: #F2263C;
}
</style>