Shades of Radical Red #F6326D
Tints of Radical Red #F6326D
RGB
CMYK
RGB Variations
Color information
#F6326D (or 0xF6326D) is known color: Radical Red. HEX triplet: F6, 32 and 6D. RGB value is (246,50,109). Sum of RGB (Red+Green+Blue) = 246+50+109=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F6326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6326D is #09CD92. Grayscale: #737373. Windows color (decimal): -642451 or 7156470. OLE color: 7156470.
HSL color Cylindrical-coordinate representation of color #F6326D: hue angle of 341.94º 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 #F6326D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 109 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.04 |
| HSL | 341.94º | 0.92% | 0.58% | - |
| HSV(B) | 341.94º | 0.8% | 0.96% | - |
| XYZ | 41.91 | 22.98 | 16.69 | - |
| YUV | 115.33 | 124.43 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 109 | 0 | 0.80 | 0.56 | 0.04 | 341.94 | 0.92 | 0.58 |
| Hex | F6 | 32 | 6D | 0 | 50 | 38 | 4 | 156 | 5C | 3A |
| Octal | 366 | 62 | 155 | 0 | 120 | 70 | 4 | 526 | 134 | 72 |
| Binary | 11110110 | 110010 | 1101101 | 0 | 1010000 | 111000 | 100 | 101010110 | 1011100 | 111010 |
Color Harmonies of #F6326D
Complementary color
Monochromatic Colors of #F6326D
Black with #F6326D
Text Example
Text Example
White with #F6326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6326D; }
p { color: rgb(246,50,109); }
H1.HeaderClassName
{
color: #F6326D;
}
.AnyTagClassName
{
color: #F6326D;
}
</style>
background-color css
<style>
a { background-color: #F6326D; }
a { background-color: rgb(246,50,109); }
div.DivClassName
{
background-color: #F6326D;
}
.BgClassName
{
background-color: #F6326D;
}
</style>
border-color css
<style>
span { border-color: #F6326D; }
span { border-color: rgb(246,50,109); }
td.TdClassName
{
border-color: #F6326D;
}
.TagClassName
{
border-color: #F6326D;
}
</style>