Shades of Alizarin #F92B3E
Tints of Alizarin #F92B3E
RGB
CMYK
RGB Variations
Color information
#F92B3E (or 0xF92B3E) is known color: Alizarin. HEX triplet: F9, 2B and 3E. RGB value is (249,43,62). Sum of RGB (Red+Green+Blue) = 249+43+62=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F92B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92B3E is #06D4C1. Grayscale: #6A6A6A. Windows color (decimal): -447682 or 4074489. OLE color: 4074489.
HSL color Cylindrical-coordinate representation of color #F92B3E: hue angle of 354.47º degrees, saturation: 0.94, 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 #F92B3E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 43 | 62 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.02 |
| HSL | 354.47º | 0.94% | 0.57% | - |
| HSV(B) | 354.47º | 0.83% | 0.98% | - |
| XYZ | 40.8 | 22.22 | 6.69 | - |
| YUV | 106.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 43 | 62 | 0 | 0.83 | 0.75 | 0.02 | 354.47 | 0.94 | 0.57 |
| Hex | F9 | 2B | 3E | 0 | 53 | 4B | 2 | 162 | 5E | 39 |
| Octal | 371 | 53 | 76 | 0 | 123 | 113 | 2 | 542 | 136 | 71 |
| Binary | 11111001 | 101011 | 111110 | 0 | 1010011 | 1001011 | 10 | 101100010 | 1011110 | 111001 |
Color Harmonies of #F92B3E
Complementary color
Monochromatic Colors of #F92B3E
Black with #F92B3E
Text Example
Text Example
White with #F92B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92B3E; }
p { color: rgb(249,43,62); }
H1.HeaderClassName
{
color: #F92B3E;
}
.AnyTagClassName
{
color: #F92B3E;
}
</style>
background-color css
<style>
a { background-color: #F92B3E; }
a { background-color: rgb(249,43,62); }
div.DivClassName
{
background-color: #F92B3E;
}
.BgClassName
{
background-color: #F92B3E;
}
</style>
border-color css
<style>
span { border-color: #F92B3E; }
span { border-color: rgb(249,43,62); }
td.TdClassName
{
border-color: #F92B3E;
}
.TagClassName
{
border-color: #F92B3E;
}
</style>