Shades of Alizarin #F92F3E
Tints of Alizarin #F92F3E
RGB
CMYK
RGB Variations
Color information
#F92F3E (or 0xF92F3E) is known color: Alizarin. HEX triplet: F9, 2F and 3E. RGB value is (249,47,62). Sum of RGB (Red+Green+Blue) = 249+47+62=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F3E is #06D0C1. Grayscale: #6D6D6D. Windows color (decimal): -446658 or 4075513. OLE color: 4075513.
HSL color Cylindrical-coordinate representation of color #F92F3E: hue angle of 355.54º 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 #F92F3E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 62 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.02 |
| HSL | 355.54º | 0.94% | 0.58% | - |
| HSV(B) | 355.54º | 0.81% | 0.98% | - |
| XYZ | 40.95 | 22.52 | 6.75 | - |
| YUV | 109.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 62 | 0 | 0.81 | 0.75 | 0.02 | 355.54 | 0.94 | 0.58 |
| Hex | F9 | 2F | 3E | 0 | 51 | 4B | 2 | 164 | 5E | 3A |
| Octal | 371 | 57 | 76 | 0 | 121 | 113 | 2 | 544 | 136 | 72 |
| Binary | 11111001 | 101111 | 111110 | 0 | 1010001 | 1001011 | 10 | 101100100 | 1011110 | 111010 |
Color Harmonies of #F92F3E
Complementary color
Monochromatic Colors of #F92F3E
Black with #F92F3E
Text Example
Text Example
White with #F92F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F3E; }
p { color: rgb(249,47,62); }
H1.HeaderClassName
{
color: #F92F3E;
}
.AnyTagClassName
{
color: #F92F3E;
}
</style>
background-color css
<style>
a { background-color: #F92F3E; }
a { background-color: rgb(249,47,62); }
div.DivClassName
{
background-color: #F92F3E;
}
.BgClassName
{
background-color: #F92F3E;
}
</style>
border-color css
<style>
span { border-color: #F92F3E; }
span { border-color: rgb(249,47,62); }
td.TdClassName
{
border-color: #F92F3E;
}
.TagClassName
{
border-color: #F92F3E;
}
</style>