Shades of Alizarin #F9333B
Tints of Alizarin #F9333B
RGB
CMYK
RGB Variations
Color information
#F9333B (or 0xF9333B) is known color: Alizarin. HEX triplet: F9, 33 and 3B. RGB value is (249,51,59). Sum of RGB (Red+Green+Blue) = 249+51+59=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F9333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9333B is #06CCC4. Grayscale: #6F6F6F. Windows color (decimal): -445637 or 3879929. OLE color: 3879929.
HSL color Cylindrical-coordinate representation of color #F9333B: hue angle of 357.58º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9333B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 59 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.02 |
| HSL | 357.58º | 0.94% | 0.59% | - |
| HSV(B) | 357.58º | 0.8% | 0.98% | - |
| XYZ | 41.04 | 22.82 | 6.38 | - |
| YUV | 111.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 59 | 0 | 0.80 | 0.76 | 0.02 | 357.58 | 0.94 | 0.59 |
| Hex | F9 | 33 | 3B | 0 | 50 | 4C | 2 | 166 | 5E | 3B |
| Octal | 371 | 63 | 73 | 0 | 120 | 114 | 2 | 546 | 136 | 73 |
| Binary | 11111001 | 110011 | 111011 | 0 | 1010000 | 1001100 | 10 | 101100110 | 1011110 | 111011 |
Color Harmonies of #F9333B
Complementary color
Monochromatic Colors of #F9333B
Black with #F9333B
Text Example
Text Example
White with #F9333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9333B; }
p { color: rgb(249,51,59); }
H1.HeaderClassName
{
color: #F9333B;
}
.AnyTagClassName
{
color: #F9333B;
}
</style>
background-color css
<style>
a { background-color: #F9333B; }
a { background-color: rgb(249,51,59); }
div.DivClassName
{
background-color: #F9333B;
}
.BgClassName
{
background-color: #F9333B;
}
</style>
border-color css
<style>
span { border-color: #F9333B; }
span { border-color: rgb(249,51,59); }
td.TdClassName
{
border-color: #F9333B;
}
.TagClassName
{
border-color: #F9333B;
}
</style>