Shades of Alizarin #F6303F
Tints of Alizarin #F6303F
RGB
CMYK
RGB Variations
Color information
#F6303F (or 0xF6303F) is known color: Alizarin. HEX triplet: F6, 30 and 3F. RGB value is (246,48,63). Sum of RGB (Red+Green+Blue) = 246+48+63=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6303F is #09CFC0. Grayscale: #6D6D6D. Windows color (decimal): -643009 or 4141302. OLE color: 4141302.
HSL color Cylindrical-coordinate representation of color #F6303F: hue angle of 355.45º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6303F is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 63 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.04 |
| HSL | 355.45º | 0.92% | 0.58% | - |
| HSV(B) | 355.45º | 0.8% | 0.96% | - |
| XYZ | 39.96 | 22.07 | 6.86 | - |
| YUV | 108.91 | 102.1 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 63 | 0 | 0.80 | 0.74 | 0.04 | 355.45 | 0.92 | 0.58 |
| Hex | F6 | 30 | 3F | 0 | 50 | 4A | 4 | 163 | 5C | 3A |
| Octal | 366 | 60 | 77 | 0 | 120 | 112 | 4 | 543 | 134 | 72 |
| Binary | 11110110 | 110000 | 111111 | 0 | 1010000 | 1001010 | 100 | 101100011 | 1011100 | 111010 |
Color Harmonies of #F6303F
Complementary color
Monochromatic Colors of #F6303F
Black with #F6303F
Text Example
Text Example
White with #F6303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6303F; }
p { color: rgb(246,48,63); }
H1.HeaderClassName
{
color: #F6303F;
}
.AnyTagClassName
{
color: #F6303F;
}
</style>
background-color css
<style>
a { background-color: #F6303F; }
a { background-color: rgb(246,48,63); }
div.DivClassName
{
background-color: #F6303F;
}
.BgClassName
{
background-color: #F6303F;
}
</style>
border-color css
<style>
span { border-color: #F6303F; }
span { border-color: rgb(246,48,63); }
td.TdClassName
{
border-color: #F6303F;
}
.TagClassName
{
border-color: #F6303F;
}
</style>