Shades of Alizarin #F6282F
Tints of Alizarin #F6282F
RGB
CMYK
RGB Variations
Color information
#F6282F (or 0xF6282F) is known color: Alizarin. HEX triplet: F6, 28 and 2F. RGB value is (246,40,47). Sum of RGB (Red+Green+Blue) = 246+40+47=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F6282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6282F is #09D7D0. Grayscale: #666666. Windows color (decimal): -645073 or 3090678. OLE color: 3090678.
HSL color Cylindrical-coordinate representation of color #F6282F: hue angle of 357.96º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6282F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.04 |
| HSL | 357.96º | 0.92% | 0.56% | - |
| HSV(B) | 357.96º | 0.84% | 0.96% | - |
| XYZ | 39.28 | 21.32 | 4.73 | - |
| YUV | 102.39 | 96.75 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 47 | 0 | 0.84 | 0.81 | 0.04 | 357.96 | 0.92 | 0.56 |
| Hex | F6 | 28 | 2F | 0 | 54 | 51 | 4 | 166 | 5C | 38 |
| Octal | 366 | 50 | 57 | 0 | 124 | 121 | 4 | 546 | 134 | 70 |
| Binary | 11110110 | 101000 | 101111 | 0 | 1010100 | 1010001 | 100 | 101100110 | 1011100 | 111000 |
Color Harmonies of #F6282F
Complementary color
Monochromatic Colors of #F6282F
Black with #F6282F
Text Example
Text Example
White with #F6282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6282F; }
p { color: rgb(246,40,47); }
H1.HeaderClassName
{
color: #F6282F;
}
.AnyTagClassName
{
color: #F6282F;
}
</style>
background-color css
<style>
a { background-color: #F6282F; }
a { background-color: rgb(246,40,47); }
div.DivClassName
{
background-color: #F6282F;
}
.BgClassName
{
background-color: #F6282F;
}
</style>
border-color css
<style>
span { border-color: #F6282F; }
span { border-color: rgb(246,40,47); }
td.TdClassName
{
border-color: #F6282F;
}
.TagClassName
{
border-color: #F6282F;
}
</style>