Shades of Radical Red #F6316C
Tints of Radical Red #F6316C
RGB
CMYK
RGB Variations
Color information
#F6316C (or 0xF6316C) is known color: Radical Red. HEX triplet: F6, 31 and 6C. RGB value is (246,49,108). Sum of RGB (Red+Green+Blue) = 246+49+108=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6316C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6316C is #09CE93. Grayscale: #727272. Windows color (decimal): -642708 or 7090678. OLE color: 7090678.
HSL color Cylindrical-coordinate representation of color #F6316C: hue angle of 342.03º 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 #F6316C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 108 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.04 |
| HSL | 342.03º | 0.92% | 0.58% | - |
| HSV(B) | 342.03º | 0.8% | 0.96% | - |
| XYZ | 41.81 | 22.87 | 16.4 | - |
| YUV | 114.63 | 124.27 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 108 | 0 | 0.80 | 0.56 | 0.04 | 342.03 | 0.92 | 0.58 |
| Hex | F6 | 31 | 6C | 0 | 50 | 38 | 4 | 156 | 5C | 3A |
| Octal | 366 | 61 | 154 | 0 | 120 | 70 | 4 | 526 | 134 | 72 |
| Binary | 11110110 | 110001 | 1101100 | 0 | 1010000 | 111000 | 100 | 101010110 | 1011100 | 111010 |
Color Harmonies of #F6316C
Complementary color
Monochromatic Colors of #F6316C
Black with #F6316C
Text Example
Text Example
White with #F6316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6316C; }
p { color: rgb(246,49,108); }
H1.HeaderClassName
{
color: #F6316C;
}
.AnyTagClassName
{
color: #F6316C;
}
</style>
background-color css
<style>
a { background-color: #F6316C; }
a { background-color: rgb(246,49,108); }
div.DivClassName
{
background-color: #F6316C;
}
.BgClassName
{
background-color: #F6316C;
}
</style>
border-color css
<style>
span { border-color: #F6316C; }
span { border-color: rgb(246,49,108); }
td.TdClassName
{
border-color: #F6316C;
}
.TagClassName
{
border-color: #F6316C;
}
</style>