Shades of Radical Red #F63156
Tints of Radical Red #F63156
RGB
CMYK
RGB Variations
Color information
#F63156 (or 0xF63156) is known color: Radical Red. HEX triplet: F6, 31 and 56. RGB value is (246,49,86). Sum of RGB (Red+Green+Blue) = 246+49+86=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F63156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63156 is #09CEA9. Grayscale: #707070. Windows color (decimal): -642730 or 5648886. OLE color: 5648886.
HSL color Cylindrical-coordinate representation of color #F63156: hue angle of 348.73º 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 #F63156 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 86 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.04 |
| HSL | 348.73º | 0.92% | 0.58% | - |
| HSV(B) | 348.73º | 0.8% | 0.96% | - |
| XYZ | 40.78 | 22.46 | 10.99 | - |
| YUV | 112.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 86 | 0 | 0.80 | 0.65 | 0.04 | 348.73 | 0.92 | 0.58 |
| Hex | F6 | 31 | 56 | 0 | 50 | 41 | 4 | 15D | 5C | 3A |
| Octal | 366 | 61 | 126 | 0 | 120 | 101 | 4 | 535 | 134 | 72 |
| Binary | 11110110 | 110001 | 1010110 | 0 | 1010000 | 1000001 | 100 | 101011101 | 1011100 | 111010 |
Color Harmonies of #F63156
Complementary color
Monochromatic Colors of #F63156
Black with #F63156
Text Example
Text Example
White with #F63156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63156; }
p { color: rgb(246,49,86); }
H1.HeaderClassName
{
color: #F63156;
}
.AnyTagClassName
{
color: #F63156;
}
</style>
background-color css
<style>
a { background-color: #F63156; }
a { background-color: rgb(246,49,86); }
div.DivClassName
{
background-color: #F63156;
}
.BgClassName
{
background-color: #F63156;
}
</style>
border-color css
<style>
span { border-color: #F63156; }
span { border-color: rgb(246,49,86); }
td.TdClassName
{
border-color: #F63156;
}
.TagClassName
{
border-color: #F63156;
}
</style>