Shades of Alizarin #F9393D
Tints of Alizarin #F9393D
RGB
CMYK
RGB Variations
Color information
#F9393D (or 0xF9393D) is known color: Alizarin. HEX triplet: F9, 39 and 3D. RGB value is (249,57,61). Sum of RGB (Red+Green+Blue) = 249+57+61=367 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.85% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 249 - color contains mainly: red. Hex color #F9393D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9393D is #06C6C2. Grayscale: #737373. Windows color (decimal): -444099 or 4012537. OLE color: 4012537.
HSL color Cylindrical-coordinate representation of color #F9393D: hue angle of 358.75º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9393D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 57 | 61 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.02 |
| HSL | 358.75º | 0.94% | 0.6% | - |
| HSV(B) | 358.75º | 0.77% | 0.98% | - |
| XYZ | 41.37 | 23.4 | 6.75 | - |
| YUV | 114.86 | 97.61 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 57 | 61 | 0 | 0.77 | 0.76 | 0.02 | 358.75 | 0.94 | 0.6 |
| Hex | F9 | 39 | 3D | 0 | 4D | 4C | 2 | 167 | 5E | 3C |
| Octal | 371 | 71 | 75 | 0 | 115 | 114 | 2 | 547 | 136 | 74 |
| Binary | 11111001 | 111001 | 111101 | 0 | 1001101 | 1001100 | 10 | 101100111 | 1011110 | 111100 |
Color Harmonies of #F9393D
Complementary color
Monochromatic Colors of #F9393D
Black with #F9393D
Text Example
Text Example
White with #F9393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9393D; }
p { color: rgb(249,57,61); }
H1.HeaderClassName
{
color: #F9393D;
}
.AnyTagClassName
{
color: #F9393D;
}
</style>
background-color css
<style>
a { background-color: #F9393D; }
a { background-color: rgb(249,57,61); }
div.DivClassName
{
background-color: #F9393D;
}
.BgClassName
{
background-color: #F9393D;
}
</style>
border-color css
<style>
span { border-color: #F9393D; }
span { border-color: rgb(249,57,61); }
td.TdClassName
{
border-color: #F9393D;
}
.TagClassName
{
border-color: #F9393D;
}
</style>