Shades of Alizarin #F6393B
Tints of Alizarin #F6393B
RGB
CMYK
RGB Variations
Color information
#F6393B (or 0xF6393B) is known color: Alizarin. HEX triplet: F6, 39 and 3B. RGB value is (246,57,59). Sum of RGB (Red+Green+Blue) = 246+57+59=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F6393B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6393B is #09C6C4. Grayscale: #717171. Windows color (decimal): -640709 or 3881462. OLE color: 3881462.
HSL color Cylindrical-coordinate representation of color #F6393B: hue angle of 359.37º 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 #F6393B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 57 | 59 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.04 |
| HSL | 359.37º | 0.91% | 0.59% | - |
| HSV(B) | 359.37º | 0.77% | 0.96% | - |
| XYZ | 40.26 | 22.83 | 6.42 | - |
| YUV | 113.74 | 97.12 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 57 | 59 | 0 | 0.77 | 0.76 | 0.04 | 359.37 | 0.91 | 0.59 |
| Hex | F6 | 39 | 3B | 0 | 4D | 4C | 4 | 167 | 5B | 3B |
| Octal | 366 | 71 | 73 | 0 | 115 | 114 | 4 | 547 | 133 | 73 |
| Binary | 11110110 | 111001 | 111011 | 0 | 1001101 | 1001100 | 100 | 101100111 | 1011011 | 111011 |
Color Harmonies of #F6393B
Complementary color
Monochromatic Colors of #F6393B
Black with #F6393B
Text Example
Text Example
White with #F6393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6393B; }
p { color: rgb(246,57,59); }
H1.HeaderClassName
{
color: #F6393B;
}
.AnyTagClassName
{
color: #F6393B;
}
</style>
background-color css
<style>
a { background-color: #F6393B; }
a { background-color: rgb(246,57,59); }
div.DivClassName
{
background-color: #F6393B;
}
.BgClassName
{
background-color: #F6393B;
}
</style>
border-color css
<style>
span { border-color: #F6393B; }
span { border-color: rgb(246,57,59); }
td.TdClassName
{
border-color: #F6393B;
}
.TagClassName
{
border-color: #F6393B;
}
</style>