Shades of Alizarin #F6383F
Tints of Alizarin #F6383F
RGB
CMYK
RGB Variations
Color information
#F6383F (or 0xF6383F) is known color: Alizarin. HEX triplet: F6, 38 and 3F. RGB value is (246,56,63). Sum of RGB (Red+Green+Blue) = 246+56+63=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F6383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6383F is #09C7C0. Grayscale: #717171. Windows color (decimal): -640961 or 4143350. OLE color: 4143350.
HSL color Cylindrical-coordinate representation of color #F6383F: hue angle of 357.79º 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 #F6383F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.04 |
| HSL | 357.79º | 0.91% | 0.59% | - |
| HSV(B) | 357.79º | 0.77% | 0.96% | - |
| XYZ | 40.32 | 22.78 | 6.97 | - |
| YUV | 113.61 | 99.45 | 222.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 63 | 0 | 0.77 | 0.74 | 0.04 | 357.79 | 0.91 | 0.59 |
| Hex | F6 | 38 | 3F | 0 | 4D | 4A | 4 | 166 | 5B | 3B |
| Octal | 366 | 70 | 77 | 0 | 115 | 112 | 4 | 546 | 133 | 73 |
| Binary | 11110110 | 111000 | 111111 | 0 | 1001101 | 1001010 | 100 | 101100110 | 1011011 | 111011 |
Color Harmonies of #F6383F
Complementary color
Monochromatic Colors of #F6383F
Black with #F6383F
Text Example
Text Example
White with #F6383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6383F; }
p { color: rgb(246,56,63); }
H1.HeaderClassName
{
color: #F6383F;
}
.AnyTagClassName
{
color: #F6383F;
}
</style>
background-color css
<style>
a { background-color: #F6383F; }
a { background-color: rgb(246,56,63); }
div.DivClassName
{
background-color: #F6383F;
}
.BgClassName
{
background-color: #F6383F;
}
</style>
border-color css
<style>
span { border-color: #F6383F; }
span { border-color: rgb(246,56,63); }
td.TdClassName
{
border-color: #F6383F;
}
.TagClassName
{
border-color: #F6383F;
}
</style>