Shades of Alizarin #F9263A
Tints of Alizarin #F9263A
RGB
CMYK
RGB Variations
Color information
#F9263A (or 0xF9263A) is known color: Alizarin. HEX triplet: F9, 26 and 3A. RGB value is (249,38,58). Sum of RGB (Red+Green+Blue) = 249+38+58=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9263A is #06D9C5. Grayscale: #676767. Windows color (decimal): -448966 or 3811065. OLE color: 3811065.
HSL color Cylindrical-coordinate representation of color #F9263A: hue angle of 354.31º 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 #F9263A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.02 |
| HSL | 354.31º | 0.95% | 0.56% | - |
| HSV(B) | 354.31º | 0.85% | 0.98% | - |
| XYZ | 40.52 | 21.83 | 6.08 | - |
| YUV | 103.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 58 | 0 | 0.85 | 0.77 | 0.02 | 354.31 | 0.95 | 0.56 |
| Hex | F9 | 26 | 3A | 0 | 55 | 4D | 2 | 162 | 5F | 38 |
| Octal | 371 | 46 | 72 | 0 | 125 | 115 | 2 | 542 | 137 | 70 |
| Binary | 11111001 | 100110 | 111010 | 0 | 1010101 | 1001101 | 10 | 101100010 | 1011111 | 111000 |
Color Harmonies of #F9263A
Complementary color
Monochromatic Colors of #F9263A
Black with #F9263A
Text Example
Text Example
White with #F9263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9263A; }
p { color: rgb(249,38,58); }
H1.HeaderClassName
{
color: #F9263A;
}
.AnyTagClassName
{
color: #F9263A;
}
</style>
background-color css
<style>
a { background-color: #F9263A; }
a { background-color: rgb(249,38,58); }
div.DivClassName
{
background-color: #F9263A;
}
.BgClassName
{
background-color: #F9263A;
}
</style>
border-color css
<style>
span { border-color: #F9263A; }
span { border-color: rgb(249,38,58); }
td.TdClassName
{
border-color: #F9263A;
}
.TagClassName
{
border-color: #F9263A;
}
</style>