Shades of Alizarin #F9303D
Tints of Alizarin #F9303D
RGB
CMYK
RGB Variations
Color information
#F9303D (or 0xF9303D) is known color: Alizarin. HEX triplet: F9, 30 and 3D. RGB value is (249,48,61). Sum of RGB (Red+Green+Blue) = 249+48+61=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F9303D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9303D is #06CFC2. Grayscale: #6D6D6D. Windows color (decimal): -446403 or 4010233. OLE color: 4010233.
HSL color Cylindrical-coordinate representation of color #F9303D: hue angle of 356.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9303D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 61 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.02 |
| HSL | 356.12º | 0.94% | 0.58% | - |
| HSV(B) | 356.12º | 0.81% | 0.98% | - |
| XYZ | 40.97 | 22.59 | 6.62 | - |
| YUV | 109.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 61 | 0 | 0.81 | 0.76 | 0.02 | 356.12 | 0.94 | 0.58 |
| Hex | F9 | 30 | 3D | 0 | 51 | 4C | 2 | 164 | 5E | 3A |
| Octal | 371 | 60 | 75 | 0 | 121 | 114 | 2 | 544 | 136 | 72 |
| Binary | 11111001 | 110000 | 111101 | 0 | 1010001 | 1001100 | 10 | 101100100 | 1011110 | 111010 |
Color Harmonies of #F9303D
Complementary color
Monochromatic Colors of #F9303D
Black with #F9303D
Text Example
Text Example
White with #F9303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9303D; }
p { color: rgb(249,48,61); }
H1.HeaderClassName
{
color: #F9303D;
}
.AnyTagClassName
{
color: #F9303D;
}
</style>
background-color css
<style>
a { background-color: #F9303D; }
a { background-color: rgb(249,48,61); }
div.DivClassName
{
background-color: #F9303D;
}
.BgClassName
{
background-color: #F9303D;
}
</style>
border-color css
<style>
span { border-color: #F9303D; }
span { border-color: rgb(249,48,61); }
td.TdClassName
{
border-color: #F9303D;
}
.TagClassName
{
border-color: #F9303D;
}
</style>