Shades of Alizarin #F9283B
Tints of Alizarin #F9283B
RGB
CMYK
RGB Variations
Color information
#F9283B (or 0xF9283B) is known color: Alizarin. HEX triplet: F9, 28 and 3B. RGB value is (249,40,59). Sum of RGB (Red+Green+Blue) = 249+40+59=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9283B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9283B is #06D7C4. Grayscale: #686868. Windows color (decimal): -448453 or 3877113. OLE color: 3877113.
HSL color Cylindrical-coordinate representation of color #F9283B: hue angle of 354.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9283B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 40 | 59 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.02 |
| HSL | 354.55º | 0.95% | 0.57% | - |
| HSV(B) | 354.55º | 0.84% | 0.98% | - |
| XYZ | 40.62 | 21.97 | 6.24 | - |
| YUV | 104.66 | 102.24 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 40 | 59 | 0 | 0.84 | 0.76 | 0.02 | 354.55 | 0.95 | 0.57 |
| Hex | F9 | 28 | 3B | 0 | 54 | 4C | 2 | 163 | 5F | 39 |
| Octal | 371 | 50 | 73 | 0 | 124 | 114 | 2 | 543 | 137 | 71 |
| Binary | 11111001 | 101000 | 111011 | 0 | 1010100 | 1001100 | 10 | 101100011 | 1011111 | 111001 |
Color Harmonies of #F9283B
Complementary color
Monochromatic Colors of #F9283B
Black with #F9283B
Text Example
Text Example
White with #F9283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9283B; }
p { color: rgb(249,40,59); }
H1.HeaderClassName
{
color: #F9283B;
}
.AnyTagClassName
{
color: #F9283B;
}
</style>
background-color css
<style>
a { background-color: #F9283B; }
a { background-color: rgb(249,40,59); }
div.DivClassName
{
background-color: #F9283B;
}
.BgClassName
{
background-color: #F9283B;
}
</style>
border-color css
<style>
span { border-color: #F9283B; }
span { border-color: rgb(249,40,59); }
td.TdClassName
{
border-color: #F9283B;
}
.TagClassName
{
border-color: #F9283B;
}
</style>