Shades of Alizarin #F92E3C
Tints of Alizarin #F92E3C
RGB
CMYK
RGB Variations
Color information
#F92E3C (or 0xF92E3C) is known color: Alizarin. HEX triplet: F9, 2E and 3C. RGB value is (249,46,60). Sum of RGB (Red+Green+Blue) = 249+46+60=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F92E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92E3C is #06D1C3. Grayscale: #6C6C6C. Windows color (decimal): -446916 or 3944185. OLE color: 3944185.
HSL color Cylindrical-coordinate representation of color #F92E3C: hue angle of 355.86º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92E3C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 46 | 60 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.02 |
| HSL | 355.86º | 0.94% | 0.58% | - |
| HSV(B) | 355.86º | 0.82% | 0.98% | - |
| XYZ | 40.86 | 22.42 | 6.45 | - |
| YUV | 108.29 | 100.75 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 46 | 60 | 0 | 0.82 | 0.76 | 0.02 | 355.86 | 0.94 | 0.58 |
| Hex | F9 | 2E | 3C | 0 | 52 | 4C | 2 | 164 | 5E | 3A |
| Octal | 371 | 56 | 74 | 0 | 122 | 114 | 2 | 544 | 136 | 72 |
| Binary | 11111001 | 101110 | 111100 | 0 | 1010010 | 1001100 | 10 | 101100100 | 1011110 | 111010 |
Color Harmonies of #F92E3C
Complementary color
Monochromatic Colors of #F92E3C
Black with #F92E3C
Text Example
Text Example
White with #F92E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92E3C; }
p { color: rgb(249,46,60); }
H1.HeaderClassName
{
color: #F92E3C;
}
.AnyTagClassName
{
color: #F92E3C;
}
</style>
background-color css
<style>
a { background-color: #F92E3C; }
a { background-color: rgb(249,46,60); }
div.DivClassName
{
background-color: #F92E3C;
}
.BgClassName
{
background-color: #F92E3C;
}
</style>
border-color css
<style>
span { border-color: #F92E3C; }
span { border-color: rgb(249,46,60); }
td.TdClassName
{
border-color: #F92E3C;
}
.TagClassName
{
border-color: #F92E3C;
}
</style>