Shades of Alizarin #F92D41
Tints of Alizarin #F92D41
RGB
CMYK
RGB Variations
Color information
#F92D41 (or 0xF92D41) is known color: Alizarin. HEX triplet: F9, 2D and 41. RGB value is (249,45,65). Sum of RGB (Red+Green+Blue) = 249+45+65=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D41 is #06D2BE. Grayscale: #6C6C6C. Windows color (decimal): -447167 or 4271609. OLE color: 4271609.
HSL color Cylindrical-coordinate representation of color #F92D41: hue angle of 354.12º 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 #F92D41 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 45 | 65 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.02 |
| HSL | 354.12º | 0.94% | 0.58% | - |
| HSV(B) | 354.12º | 0.82% | 0.98% | - |
| XYZ | 40.96 | 22.4 | 7.17 | - |
| YUV | 108.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 45 | 65 | 0 | 0.82 | 0.74 | 0.02 | 354.12 | 0.94 | 0.58 |
| Hex | F9 | 2D | 41 | 0 | 52 | 4A | 2 | 162 | 5E | 3A |
| Octal | 371 | 55 | 101 | 0 | 122 | 112 | 2 | 542 | 136 | 72 |
| Binary | 11111001 | 101101 | 1000001 | 0 | 1010010 | 1001010 | 10 | 101100010 | 1011110 | 111010 |
Color Harmonies of #F92D41
Complementary color
Monochromatic Colors of #F92D41
Black with #F92D41
Text Example
Text Example
White with #F92D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92D41; }
p { color: rgb(249,45,65); }
H1.HeaderClassName
{
color: #F92D41;
}
.AnyTagClassName
{
color: #F92D41;
}
</style>
background-color css
<style>
a { background-color: #F92D41; }
a { background-color: rgb(249,45,65); }
div.DivClassName
{
background-color: #F92D41;
}
.BgClassName
{
background-color: #F92D41;
}
</style>
border-color css
<style>
span { border-color: #F92D41; }
span { border-color: rgb(249,45,65); }
td.TdClassName
{
border-color: #F92D41;
}
.TagClassName
{
border-color: #F92D41;
}
</style>