Shades of Alizarin #F9273F
Tints of Alizarin #F9273F
RGB
CMYK
RGB Variations
Color information
#F9273F (or 0xF9273F) is known color: Alizarin. HEX triplet: F9, 27 and 3F. RGB value is (249,39,63). Sum of RGB (Red+Green+Blue) = 249+39+63=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9273F is #06D8C0. Grayscale: #686868. Windows color (decimal): -448705 or 4139001. OLE color: 4139001.
HSL color Cylindrical-coordinate representation of color #F9273F: hue angle of 353.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9273F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.02 |
| HSL | 353.14º | 0.95% | 0.56% | - |
| HSV(B) | 353.14º | 0.84% | 0.98% | - |
| XYZ | 40.69 | 21.95 | 6.79 | - |
| YUV | 104.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 63 | 0 | 0.84 | 0.75 | 0.02 | 353.14 | 0.95 | 0.56 |
| Hex | F9 | 27 | 3F | 0 | 54 | 4B | 2 | 161 | 5F | 38 |
| Octal | 371 | 47 | 77 | 0 | 124 | 113 | 2 | 541 | 137 | 70 |
| Binary | 11111001 | 100111 | 111111 | 0 | 1010100 | 1001011 | 10 | 101100001 | 1011111 | 111000 |
Color Harmonies of #F9273F
Complementary color
Monochromatic Colors of #F9273F
Black with #F9273F
Text Example
Text Example
White with #F9273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9273F; }
p { color: rgb(249,39,63); }
H1.HeaderClassName
{
color: #F9273F;
}
.AnyTagClassName
{
color: #F9273F;
}
</style>
background-color css
<style>
a { background-color: #F9273F; }
a { background-color: rgb(249,39,63); }
div.DivClassName
{
background-color: #F9273F;
}
.BgClassName
{
background-color: #F9273F;
}
</style>
border-color css
<style>
span { border-color: #F9273F; }
span { border-color: rgb(249,39,63); }
td.TdClassName
{
border-color: #F9273F;
}
.TagClassName
{
border-color: #F9273F;
}
</style>