Shades of Alizarin #F2262F
Tints of Alizarin #F2262F
RGB
CMYK
RGB Variations
Color information
#F2262F (or 0xF2262F) is known color: Alizarin. HEX triplet: F2, 26 and 2F. RGB value is (242,38,47). Sum of RGB (Red+Green+Blue) = 242+38+47=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F2262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2262F is #0DD9D0. Grayscale: #646464. Windows color (decimal): -907729 or 3090162. OLE color: 3090162.
HSL color Cylindrical-coordinate representation of color #F2262F: hue angle of 357.35º 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 #F2262F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.05 |
| HSL | 357.35º | 0.89% | 0.55% | - |
| HSV(B) | 357.35º | 0.84% | 0.95% | - |
| XYZ | 37.82 | 20.47 | 4.65 | - |
| YUV | 100.02 | 98.09 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 47 | 0 | 0.84 | 0.81 | 0.05 | 357.35 | 0.89 | 0.55 |
| Hex | F2 | 26 | 2F | 0 | 54 | 51 | 5 | 165 | 59 | 37 |
| Octal | 362 | 46 | 57 | 0 | 124 | 121 | 5 | 545 | 131 | 67 |
| Binary | 11110010 | 100110 | 101111 | 0 | 1010100 | 1010001 | 101 | 101100101 | 1011001 | 110111 |
Color Harmonies of #F2262F
Complementary color
Monochromatic Colors of #F2262F
Black with #F2262F
Text Example
Text Example
White with #F2262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2262F; }
p { color: rgb(242,38,47); }
H1.HeaderClassName
{
color: #F2262F;
}
.AnyTagClassName
{
color: #F2262F;
}
</style>
background-color css
<style>
a { background-color: #F2262F; }
a { background-color: rgb(242,38,47); }
div.DivClassName
{
background-color: #F2262F;
}
.BgClassName
{
background-color: #F2262F;
}
</style>
border-color css
<style>
span { border-color: #F2262F; }
span { border-color: rgb(242,38,47); }
td.TdClassName
{
border-color: #F2262F;
}
.TagClassName
{
border-color: #F2262F;
}
</style>