Shades of Alizarin #F9243C
Tints of Alizarin #F9243C
RGB
CMYK
RGB Variations
Color information
#F9243C (or 0xF9243C) is known color: Alizarin. HEX triplet: F9, 24 and 3C. RGB value is (249,36,60). Sum of RGB (Red+Green+Blue) = 249+36+60=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9243C is #06DBC3. Grayscale: #666666. Windows color (decimal): -449476 or 3941625. OLE color: 3941625.
HSL color Cylindrical-coordinate representation of color #F9243C: hue angle of 353.24º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9243C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 60 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.02 |
| HSL | 353.24º | 0.95% | 0.56% | - |
| HSV(B) | 353.24º | 0.86% | 0.98% | - |
| XYZ | 40.51 | 21.73 | 6.33 | - |
| YUV | 102.42 | 104.07 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 60 | 0 | 0.86 | 0.76 | 0.02 | 353.24 | 0.95 | 0.56 |
| Hex | F9 | 24 | 3C | 0 | 56 | 4C | 2 | 161 | 5F | 38 |
| Octal | 371 | 44 | 74 | 0 | 126 | 114 | 2 | 541 | 137 | 70 |
| Binary | 11111001 | 100100 | 111100 | 0 | 1010110 | 1001100 | 10 | 101100001 | 1011111 | 111000 |
Color Harmonies of #F9243C
Complementary color
Monochromatic Colors of #F9243C
Black with #F9243C
Text Example
Text Example
White with #F9243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9243C; }
p { color: rgb(249,36,60); }
H1.HeaderClassName
{
color: #F9243C;
}
.AnyTagClassName
{
color: #F9243C;
}
</style>
background-color css
<style>
a { background-color: #F9243C; }
a { background-color: rgb(249,36,60); }
div.DivClassName
{
background-color: #F9243C;
}
.BgClassName
{
background-color: #F9243C;
}
</style>
border-color css
<style>
span { border-color: #F9243C; }
span { border-color: rgb(249,36,60); }
td.TdClassName
{
border-color: #F9243C;
}
.TagClassName
{
border-color: #F9243C;
}
</style>