Shades of Alizarin #F6393F
Tints of Alizarin #F6393F
RGB
CMYK
RGB Variations
Color information
#F6393F (or 0xF6393F) is known color: Alizarin. HEX triplet: F6, 39 and 3F. RGB value is (246,57,63). Sum of RGB (Red+Green+Blue) = 246+57+63=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F6393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6393F is #09C6C0. Grayscale: #727272. Windows color (decimal): -640705 or 4143606. OLE color: 4143606.
HSL color Cylindrical-coordinate representation of color #F6393F: hue angle of 358.1º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6393F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.04 |
| HSL | 358.1º | 0.91% | 0.59% | - |
| HSV(B) | 358.1º | 0.77% | 0.96% | - |
| XYZ | 40.37 | 22.88 | 6.99 | - |
| YUV | 114.2 | 99.12 | 222.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 63 | 0 | 0.77 | 0.74 | 0.04 | 358.1 | 0.91 | 0.59 |
| Hex | F6 | 39 | 3F | 0 | 4D | 4A | 4 | 166 | 5B | 3B |
| Octal | 366 | 71 | 77 | 0 | 115 | 112 | 4 | 546 | 133 | 73 |
| Binary | 11110110 | 111001 | 111111 | 0 | 1001101 | 1001010 | 100 | 101100110 | 1011011 | 111011 |
Color Harmonies of #F6393F
Complementary color
Monochromatic Colors of #F6393F
Black with #F6393F
Text Example
Text Example
White with #F6393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6393F; }
p { color: rgb(246,57,63); }
H1.HeaderClassName
{
color: #F6393F;
}
.AnyTagClassName
{
color: #F6393F;
}
</style>
background-color css
<style>
a { background-color: #F6393F; }
a { background-color: rgb(246,57,63); }
div.DivClassName
{
background-color: #F6393F;
}
.BgClassName
{
background-color: #F6393F;
}
</style>
border-color css
<style>
span { border-color: #F6393F; }
span { border-color: rgb(246,57,63); }
td.TdClassName
{
border-color: #F6393F;
}
.TagClassName
{
border-color: #F6393F;
}
</style>