Shades of Alizarin #F92F32
Tints of Alizarin #F92F32
RGB
CMYK
RGB Variations
Color information
#F92F32 (or 0xF92F32) is known color: Alizarin. HEX triplet: F9, 2F and 32. RGB value is (249,47,50). Sum of RGB (Red+Green+Blue) = 249+47+50=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F32 is #06D0CD. Grayscale: #6B6B6B. Windows color (decimal): -446670 or 3289081. OLE color: 3289081.
HSL color Cylindrical-coordinate representation of color #F92F32: hue angle of 359.11º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92F32 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 50 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.02 |
| HSL | 359.11º | 0.94% | 0.58% | - |
| HSV(B) | 359.11º | 0.81% | 0.98% | - |
| XYZ | 40.66 | 22.4 | 5.2 | - |
| YUV | 107.74 | 95.42 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 50 | 0 | 0.81 | 0.80 | 0.02 | 359.11 | 0.94 | 0.58 |
| Hex | F9 | 2F | 32 | 0 | 51 | 50 | 2 | 167 | 5E | 3A |
| Octal | 371 | 57 | 62 | 0 | 121 | 120 | 2 | 547 | 136 | 72 |
| Binary | 11111001 | 101111 | 110010 | 0 | 1010001 | 1010000 | 10 | 101100111 | 1011110 | 111010 |
Color Harmonies of #F92F32
Complementary color
Monochromatic Colors of #F92F32
Black with #F92F32
Text Example
Text Example
White with #F92F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F32; }
p { color: rgb(249,47,50); }
H1.HeaderClassName
{
color: #F92F32;
}
.AnyTagClassName
{
color: #F92F32;
}
</style>
background-color css
<style>
a { background-color: #F92F32; }
a { background-color: rgb(249,47,50); }
div.DivClassName
{
background-color: #F92F32;
}
.BgClassName
{
background-color: #F92F32;
}
</style>
border-color css
<style>
span { border-color: #F92F32; }
span { border-color: rgb(249,47,50); }
td.TdClassName
{
border-color: #F92F32;
}
.TagClassName
{
border-color: #F92F32;
}
</style>