Shades of Alizarin #F6272F
Tints of Alizarin #F6272F
RGB
CMYK
RGB Variations
Color information
#F6272F (or 0xF6272F) is known color: Alizarin. HEX triplet: F6, 27 and 2F. RGB value is (246,39,47). Sum of RGB (Red+Green+Blue) = 246+39+47=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F6272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6272F is #09D8D0. Grayscale: #656565. Windows color (decimal): -645329 or 3090422. OLE color: 3090422.
HSL color Cylindrical-coordinate representation of color #F6272F: hue angle of 357.68º 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 #F6272F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.04 |
| HSL | 357.68º | 0.92% | 0.56% | - |
| HSV(B) | 357.68º | 0.84% | 0.96% | - |
| XYZ | 39.24 | 21.25 | 4.72 | - |
| YUV | 101.81 | 97.08 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 47 | 0 | 0.84 | 0.81 | 0.04 | 357.68 | 0.92 | 0.56 |
| Hex | F6 | 27 | 2F | 0 | 54 | 51 | 4 | 166 | 5C | 38 |
| Octal | 366 | 47 | 57 | 0 | 124 | 121 | 4 | 546 | 134 | 70 |
| Binary | 11110110 | 100111 | 101111 | 0 | 1010100 | 1010001 | 100 | 101100110 | 1011100 | 111000 |
Color Harmonies of #F6272F
Complementary color
Monochromatic Colors of #F6272F
Black with #F6272F
Text Example
Text Example
White with #F6272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6272F; }
p { color: rgb(246,39,47); }
H1.HeaderClassName
{
color: #F6272F;
}
.AnyTagClassName
{
color: #F6272F;
}
</style>
background-color css
<style>
a { background-color: #F6272F; }
a { background-color: rgb(246,39,47); }
div.DivClassName
{
background-color: #F6272F;
}
.BgClassName
{
background-color: #F6272F;
}
</style>
border-color css
<style>
span { border-color: #F6272F; }
span { border-color: rgb(246,39,47); }
td.TdClassName
{
border-color: #F6272F;
}
.TagClassName
{
border-color: #F6272F;
}
</style>