Shades of Radical Red #F6306D
Tints of Radical Red #F6306D
RGB
CMYK
RGB Variations
Color information
#F6306D (or 0xF6306D) is known color: Radical Red. HEX triplet: F6, 30 and 6D. RGB value is (246,48,109). Sum of RGB (Red+Green+Blue) = 246+48+109=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F6306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6306D is #09CF92. Grayscale: #727272. Windows color (decimal): -642963 or 7155958. OLE color: 7155958.
HSL color Cylindrical-coordinate representation of color #F6306D: hue angle of 341.52º 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 #F6306D is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 109 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.04 |
| HSL | 341.52º | 0.92% | 0.58% | - |
| HSV(B) | 341.52º | 0.8% | 0.96% | - |
| XYZ | 41.82 | 22.81 | 16.67 | - |
| YUV | 114.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 109 | 0 | 0.80 | 0.56 | 0.04 | 341.52 | 0.92 | 0.58 |
| Hex | F6 | 30 | 6D | 0 | 50 | 38 | 4 | 156 | 5C | 3A |
| Octal | 366 | 60 | 155 | 0 | 120 | 70 | 4 | 526 | 134 | 72 |
| Binary | 11110110 | 110000 | 1101101 | 0 | 1010000 | 111000 | 100 | 101010110 | 1011100 | 111010 |
Color Harmonies of #F6306D
Complementary color
Monochromatic Colors of #F6306D
Black with #F6306D
Text Example
Text Example
White with #F6306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6306D; }
p { color: rgb(246,48,109); }
H1.HeaderClassName
{
color: #F6306D;
}
.AnyTagClassName
{
color: #F6306D;
}
</style>
background-color css
<style>
a { background-color: #F6306D; }
a { background-color: rgb(246,48,109); }
div.DivClassName
{
background-color: #F6306D;
}
.BgClassName
{
background-color: #F6306D;
}
</style>
border-color css
<style>
span { border-color: #F6306D; }
span { border-color: rgb(246,48,109); }
td.TdClassName
{
border-color: #F6306D;
}
.TagClassName
{
border-color: #F6306D;
}
</style>