Shades of Alizarin #F2253E
Tints of Alizarin #F2253E
RGB
CMYK
RGB Variations
Color information
#F2253E (or 0xF2253E) is known color: Alizarin. HEX triplet: F2, 25 and 3E. RGB value is (242,37,62). Sum of RGB (Red+Green+Blue) = 242+37+62=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2253E is #0DDAC1. Grayscale: #656565. Windows color (decimal): -907970 or 4072946. OLE color: 4072946.
HSL color Cylindrical-coordinate representation of color #F2253E: hue angle of 352.68º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F2253E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 62 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.05 |
| HSL | 352.68º | 0.89% | 0.55% | - |
| HSV(B) | 352.68º | 0.85% | 0.95% | - |
| XYZ | 38.15 | 20.55 | 6.51 | - |
| YUV | 101.15 | 105.92 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 62 | 0 | 0.85 | 0.74 | 0.05 | 352.68 | 0.89 | 0.55 |
| Hex | F2 | 25 | 3E | 0 | 55 | 4A | 5 | 161 | 59 | 37 |
| Octal | 362 | 45 | 76 | 0 | 125 | 112 | 5 | 541 | 131 | 67 |
| Binary | 11110010 | 100101 | 111110 | 0 | 1010101 | 1001010 | 101 | 101100001 | 1011001 | 110111 |
Color Harmonies of #F2253E
Complementary color
Monochromatic Colors of #F2253E
Black with #F2253E
Text Example
Text Example
White with #F2253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2253E; }
p { color: rgb(242,37,62); }
H1.HeaderClassName
{
color: #F2253E;
}
.AnyTagClassName
{
color: #F2253E;
}
</style>
background-color css
<style>
a { background-color: #F2253E; }
a { background-color: rgb(242,37,62); }
div.DivClassName
{
background-color: #F2253E;
}
.BgClassName
{
background-color: #F2253E;
}
</style>
border-color css
<style>
span { border-color: #F2253E; }
span { border-color: rgb(242,37,62); }
td.TdClassName
{
border-color: #F2253E;
}
.TagClassName
{
border-color: #F2253E;
}
</style>