Shades of Alizarin #F9363C
Tints of Alizarin #F9363C
RGB
CMYK
RGB Variations
Color information
#F9363C (or 0xF9363C) is known color: Alizarin. HEX triplet: F9, 36 and 3C. RGB value is (249,54,60). Sum of RGB (Red+Green+Blue) = 249+54+60=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F9363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9363C is #06C9C3. Grayscale: #717171. Windows color (decimal): -444868 or 3946233. OLE color: 3946233.
HSL color Cylindrical-coordinate representation of color #F9363C: hue angle of 358.15º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9363C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 60 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.02 |
| HSL | 358.15º | 0.94% | 0.59% | - |
| HSV(B) | 358.15º | 0.78% | 0.98% | - |
| XYZ | 41.2 | 23.1 | 6.56 | - |
| YUV | 112.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 60 | 0 | 0.78 | 0.76 | 0.02 | 358.15 | 0.94 | 0.59 |
| Hex | F9 | 36 | 3C | 0 | 4E | 4C | 2 | 166 | 5E | 3B |
| Octal | 371 | 66 | 74 | 0 | 116 | 114 | 2 | 546 | 136 | 73 |
| Binary | 11111001 | 110110 | 111100 | 0 | 1001110 | 1001100 | 10 | 101100110 | 1011110 | 111011 |
Color Harmonies of #F9363C
Complementary color
Monochromatic Colors of #F9363C
Black with #F9363C
Text Example
Text Example
White with #F9363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9363C; }
p { color: rgb(249,54,60); }
H1.HeaderClassName
{
color: #F9363C;
}
.AnyTagClassName
{
color: #F9363C;
}
</style>
background-color css
<style>
a { background-color: #F9363C; }
a { background-color: rgb(249,54,60); }
div.DivClassName
{
background-color: #F9363C;
}
.BgClassName
{
background-color: #F9363C;
}
</style>
border-color css
<style>
span { border-color: #F9363C; }
span { border-color: rgb(249,54,60); }
td.TdClassName
{
border-color: #F9363C;
}
.TagClassName
{
border-color: #F9363C;
}
</style>