Shades of Alizarin #F92F34
Tints of Alizarin #F92F34
RGB
CMYK
RGB Variations
Color information
#F92F34 (or 0xF92F34) is known color: Alizarin. HEX triplet: F9, 2F and 34. RGB value is (249,47,52). Sum of RGB (Red+Green+Blue) = 249+47+52=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F34 is #06D0CB. Grayscale: #6C6C6C. Windows color (decimal): -446668 or 3420153. OLE color: 3420153.
HSL color Cylindrical-coordinate representation of color #F92F34: hue angle of 358.51º 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 #F92F34 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 52 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.02 |
| HSL | 358.51º | 0.94% | 0.58% | - |
| HSV(B) | 358.51º | 0.81% | 0.98% | - |
| XYZ | 40.7 | 22.42 | 5.43 | - |
| YUV | 107.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 52 | 0 | 0.81 | 0.79 | 0.02 | 358.51 | 0.94 | 0.58 |
| Hex | F9 | 2F | 34 | 0 | 51 | 4F | 2 | 167 | 5E | 3A |
| Octal | 371 | 57 | 64 | 0 | 121 | 117 | 2 | 547 | 136 | 72 |
| Binary | 11111001 | 101111 | 110100 | 0 | 1010001 | 1001111 | 10 | 101100111 | 1011110 | 111010 |
Color Harmonies of #F92F34
Complementary color
Monochromatic Colors of #F92F34
Black with #F92F34
Text Example
Text Example
White with #F92F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F34; }
p { color: rgb(249,47,52); }
H1.HeaderClassName
{
color: #F92F34;
}
.AnyTagClassName
{
color: #F92F34;
}
</style>
background-color css
<style>
a { background-color: #F92F34; }
a { background-color: rgb(249,47,52); }
div.DivClassName
{
background-color: #F92F34;
}
.BgClassName
{
background-color: #F92F34;
}
</style>
border-color css
<style>
span { border-color: #F92F34; }
span { border-color: rgb(249,47,52); }
td.TdClassName
{
border-color: #F92F34;
}
.TagClassName
{
border-color: #F92F34;
}
</style>