Shades of Alizarin #F2363E
Tints of Alizarin #F2363E
RGB
CMYK
RGB Variations
Color information
#F2363E (or 0xF2363E) is known color: Alizarin. HEX triplet: F2, 36 and 3E. RGB value is (242,54,62). Sum of RGB (Red+Green+Blue) = 242+54+62=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2363E is #0DC9C1. Grayscale: #6F6F6F. Windows color (decimal): -903618 or 4077298. OLE color: 4077298.
HSL color Cylindrical-coordinate representation of color #F2363E: hue angle of 357.45º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F2363E is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 62 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.05 |
| HSL | 357.45º | 0.88% | 0.58% | - |
| HSV(B) | 357.45º | 0.78% | 0.95% | - |
| XYZ | 38.81 | 21.86 | 6.73 | - |
| YUV | 111.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 62 | 0 | 0.78 | 0.74 | 0.05 | 357.45 | 0.88 | 0.58 |
| Hex | F2 | 36 | 3E | 0 | 4E | 4A | 5 | 165 | 58 | 3A |
| Octal | 362 | 66 | 76 | 0 | 116 | 112 | 5 | 545 | 130 | 72 |
| Binary | 11110010 | 110110 | 111110 | 0 | 1001110 | 1001010 | 101 | 101100101 | 1011000 | 111010 |
Color Harmonies of #F2363E
Complementary color
Monochromatic Colors of #F2363E
Black with #F2363E
Text Example
Text Example
White with #F2363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2363E; }
p { color: rgb(242,54,62); }
H1.HeaderClassName
{
color: #F2363E;
}
.AnyTagClassName
{
color: #F2363E;
}
</style>
background-color css
<style>
a { background-color: #F2363E; }
a { background-color: rgb(242,54,62); }
div.DivClassName
{
background-color: #F2363E;
}
.BgClassName
{
background-color: #F2363E;
}
</style>
border-color css
<style>
span { border-color: #F2363E; }
span { border-color: rgb(242,54,62); }
td.TdClassName
{
border-color: #F2363E;
}
.TagClassName
{
border-color: #F2363E;
}
</style>