Shades of Alizarin #F92D40
Tints of Alizarin #F92D40
RGB
CMYK
RGB Variations
Color information
#F92D40 (or 0xF92D40) is known color: Alizarin. HEX triplet: F9, 2D and 40. RGB value is (249,45,64). Sum of RGB (Red+Green+Blue) = 249+45+64=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D40 is #06D2BF. Grayscale: #6C6C6C. Windows color (decimal): -447168 or 4206073. OLE color: 4206073.
HSL color Cylindrical-coordinate representation of color #F92D40: hue angle of 354.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F92D40 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 64 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.02 |
| HSL | 354.41º | 0.94% | 0.58% | - |
| HSV(B) | 354.41º | 0.82% | 0.98% | - |
| XYZ | 40.93 | 22.39 | 7.01 | - |
| YUV | 108.16 | 103.09 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 64 | 0 | 0.82 | 0.74 | 0.02 | 354.41 | 0.94 | 0.58 |
| Hex | F9 | 2D | 40 | 0 | 52 | 4A | 2 | 162 | 5E | 3A |
| Octal | 371 | 55 | 100 | 0 | 122 | 112 | 2 | 542 | 136 | 72 |
| Binary | 11111001 | 101101 | 1000000 | 0 | 1010010 | 1001010 | 10 | 101100010 | 1011110 | 111010 |
Color Harmonies of #F92D40
Complementary color
Monochromatic Colors of #F92D40
Black with #F92D40
Text Example
Text Example
White with #F92D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D40; }
p { color: rgb(249,45,64); }
H1.HeaderClassName
{
color: #F92D40;
}
.AnyTagClassName
{
color: #F92D40;
}
</style>
background-color css
<style>
a { background-color: #F92D40; }
a { background-color: rgb(249,45,64); }
div.DivClassName
{
background-color: #F92D40;
}
.BgClassName
{
background-color: #F92D40;
}
</style>
border-color css
<style>
span { border-color: #F92D40; }
span { border-color: rgb(249,45,64); }
td.TdClassName
{
border-color: #F92D40;
}
.TagClassName
{
border-color: #F92D40;
}
</style>