Shades of Alizarin #F3393F
Tints of Alizarin #F3393F
RGB
CMYK
RGB Variations
Color information
#F3393F (or 0xF3393F) is known color: Alizarin. HEX triplet: F3, 39 and 3F. RGB value is (243,57,63). Sum of RGB (Red+Green+Blue) = 243+57+63=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F3393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3393F is #0CC6C0. Grayscale: #717171. Windows color (decimal): -837313 or 4143603. OLE color: 4143603.
HSL color Cylindrical-coordinate representation of color #F3393F: hue angle of 358.06º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F3393F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.05 |
| HSL | 358.06º | 0.89% | 0.59% | - |
| HSV(B) | 358.06º | 0.77% | 0.95% | - |
| XYZ | 39.32 | 22.34 | 6.94 | - |
| YUV | 113.3 | 99.62 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 63 | 0 | 0.77 | 0.74 | 0.05 | 358.06 | 0.89 | 0.59 |
| Hex | F3 | 39 | 3F | 0 | 4D | 4A | 5 | 166 | 59 | 3B |
| Octal | 363 | 71 | 77 | 0 | 115 | 112 | 5 | 546 | 131 | 73 |
| Binary | 11110011 | 111001 | 111111 | 0 | 1001101 | 1001010 | 101 | 101100110 | 1011001 | 111011 |
Color Harmonies of #F3393F
Complementary color
Monochromatic Colors of #F3393F
Black with #F3393F
Text Example
Text Example
White with #F3393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3393F; }
p { color: rgb(243,57,63); }
H1.HeaderClassName
{
color: #F3393F;
}
.AnyTagClassName
{
color: #F3393F;
}
</style>
background-color css
<style>
a { background-color: #F3393F; }
a { background-color: rgb(243,57,63); }
div.DivClassName
{
background-color: #F3393F;
}
.BgClassName
{
background-color: #F3393F;
}
</style>
border-color css
<style>
span { border-color: #F3393F; }
span { border-color: rgb(243,57,63); }
td.TdClassName
{
border-color: #F3393F;
}
.TagClassName
{
border-color: #F3393F;
}
</style>