Shades of Alizarin #F92A3E
Tints of Alizarin #F92A3E
RGB
CMYK
RGB Variations
Color information
#F92A3E (or 0xF92A3E) is known color: Alizarin. HEX triplet: F9, 2A and 3E. RGB value is (249,42,62). Sum of RGB (Red+Green+Blue) = 249+42+62=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A3E is #06D5C1. Grayscale: #6A6A6A. Windows color (decimal): -447938 or 4074233. OLE color: 4074233.
HSL color Cylindrical-coordinate representation of color #F92A3E: hue angle of 354.2º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F92A3E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 62 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.02 |
| HSL | 354.2º | 0.95% | 0.57% | - |
| HSV(B) | 354.2º | 0.83% | 0.98% | - |
| XYZ | 40.76 | 22.14 | 6.68 | - |
| YUV | 106.17 | 103.08 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 62 | 0 | 0.83 | 0.75 | 0.02 | 354.2 | 0.95 | 0.57 |
| Hex | F9 | 2A | 3E | 0 | 53 | 4B | 2 | 162 | 5F | 39 |
| Octal | 371 | 52 | 76 | 0 | 123 | 113 | 2 | 542 | 137 | 71 |
| Binary | 11111001 | 101010 | 111110 | 0 | 1010011 | 1001011 | 10 | 101100010 | 1011111 | 111001 |
Color Harmonies of #F92A3E
Complementary color
Monochromatic Colors of #F92A3E
Black with #F92A3E
Text Example
Text Example
White with #F92A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A3E; }
p { color: rgb(249,42,62); }
H1.HeaderClassName
{
color: #F92A3E;
}
.AnyTagClassName
{
color: #F92A3E;
}
</style>
background-color css
<style>
a { background-color: #F92A3E; }
a { background-color: rgb(249,42,62); }
div.DivClassName
{
background-color: #F92A3E;
}
.BgClassName
{
background-color: #F92A3E;
}
</style>
border-color css
<style>
span { border-color: #F92A3E; }
span { border-color: rgb(249,42,62); }
td.TdClassName
{
border-color: #F92A3E;
}
.TagClassName
{
border-color: #F92A3E;
}
</style>