Shades of Alizarin #F92630
Tints of Alizarin #F92630
RGB
CMYK
RGB Variations
Color information
#F92630 (or 0xF92630) is known color: Alizarin. HEX triplet: F9, 26 and 30. RGB value is (249,38,48). Sum of RGB (Red+Green+Blue) = 249+38+48=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F92630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92630 is #06D9CF. Grayscale: #666666. Windows color (decimal): -448976 or 3155705. OLE color: 3155705.
HSL color Cylindrical-coordinate representation of color #F92630: hue angle of 357.16º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92630 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 48 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.02 |
| HSL | 357.16º | 0.95% | 0.56% | - |
| HSV(B) | 357.16º | 0.85% | 0.98% | - |
| XYZ | 40.29 | 21.74 | 4.87 | - |
| YUV | 102.23 | 97.4 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 48 | 0 | 0.85 | 0.81 | 0.02 | 357.16 | 0.95 | 0.56 |
| Hex | F9 | 26 | 30 | 0 | 55 | 51 | 2 | 165 | 5F | 38 |
| Octal | 371 | 46 | 60 | 0 | 125 | 121 | 2 | 545 | 137 | 70 |
| Binary | 11111001 | 100110 | 110000 | 0 | 1010101 | 1010001 | 10 | 101100101 | 1011111 | 111000 |
Color Harmonies of #F92630
Complementary color
Monochromatic Colors of #F92630
Black with #F92630
Text Example
Text Example
White with #F92630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92630; }
p { color: rgb(249,38,48); }
H1.HeaderClassName
{
color: #F92630;
}
.AnyTagClassName
{
color: #F92630;
}
</style>
background-color css
<style>
a { background-color: #F92630; }
a { background-color: rgb(249,38,48); }
div.DivClassName
{
background-color: #F92630;
}
.BgClassName
{
background-color: #F92630;
}
</style>
border-color css
<style>
span { border-color: #F92630; }
span { border-color: rgb(249,38,48); }
td.TdClassName
{
border-color: #F92630;
}
.TagClassName
{
border-color: #F92630;
}
</style>