Shades of Alizarin #F92F3A
Tints of Alizarin #F92F3A
RGB
CMYK
RGB Variations
Color information
#F92F3A (or 0xF92F3A) is known color: Alizarin. HEX triplet: F9, 2F and 3A. RGB value is (249,47,58). Sum of RGB (Red+Green+Blue) = 249+47+58=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F3A is #06D0C5. Grayscale: #6C6C6C. Windows color (decimal): -446662 or 3813369. OLE color: 3813369.
HSL color Cylindrical-coordinate representation of color #F92F3A: hue angle of 356.73º 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 #F92F3A is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 58 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.02 |
| HSL | 356.73º | 0.94% | 0.58% | - |
| HSV(B) | 356.73º | 0.81% | 0.98% | - |
| XYZ | 40.85 | 22.48 | 6.19 | - |
| YUV | 108.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 58 | 0 | 0.81 | 0.77 | 0.02 | 356.73 | 0.94 | 0.58 |
| Hex | F9 | 2F | 3A | 0 | 51 | 4D | 2 | 165 | 5E | 3A |
| Octal | 371 | 57 | 72 | 0 | 121 | 115 | 2 | 545 | 136 | 72 |
| Binary | 11111001 | 101111 | 111010 | 0 | 1010001 | 1001101 | 10 | 101100101 | 1011110 | 111010 |
Color Harmonies of #F92F3A
Complementary color
Monochromatic Colors of #F92F3A
Black with #F92F3A
Text Example
Text Example
White with #F92F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F3A; }
p { color: rgb(249,47,58); }
H1.HeaderClassName
{
color: #F92F3A;
}
.AnyTagClassName
{
color: #F92F3A;
}
</style>
background-color css
<style>
a { background-color: #F92F3A; }
a { background-color: rgb(249,47,58); }
div.DivClassName
{
background-color: #F92F3A;
}
.BgClassName
{
background-color: #F92F3A;
}
</style>
border-color css
<style>
span { border-color: #F92F3A; }
span { border-color: rgb(249,47,58); }
td.TdClassName
{
border-color: #F92F3A;
}
.TagClassName
{
border-color: #F92F3A;
}
</style>