Shades of Radical Red #F6296F
Tints of Radical Red #F6296F
RGB
CMYK
RGB Variations
Color information
#F6296F (or 0xF6296F) is known color: Radical Red. HEX triplet: F6, 29 and 6F. RGB value is (246,41,111). Sum of RGB (Red+Green+Blue) = 246+41+111=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F6296F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6296F is #09D690. Grayscale: #6E6E6E. Windows color (decimal): -644753 or 7285238. OLE color: 7285238.
HSL color Cylindrical-coordinate representation of color #F6296F: hue angle of 339.51º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F6296F is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 111 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.04 |
| HSL | 339.51º | 0.92% | 0.56% | - |
| HSV(B) | 339.51º | 0.83% | 0.96% | - |
| XYZ | 41.67 | 22.33 | 17.15 | - |
| YUV | 110.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 111 | 0 | 0.83 | 0.55 | 0.04 | 339.51 | 0.92 | 0.56 |
| Hex | F6 | 29 | 6F | 0 | 53 | 37 | 4 | 154 | 5C | 38 |
| Octal | 366 | 51 | 157 | 0 | 123 | 67 | 4 | 524 | 134 | 70 |
| Binary | 11110110 | 101001 | 1101111 | 0 | 1010011 | 110111 | 100 | 101010100 | 1011100 | 111000 |
Color Harmonies of #F6296F
Complementary color
Monochromatic Colors of #F6296F
Black with #F6296F
Text Example
Text Example
White with #F6296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6296F; }
p { color: rgb(246,41,111); }
H1.HeaderClassName
{
color: #F6296F;
}
.AnyTagClassName
{
color: #F6296F;
}
</style>
background-color css
<style>
a { background-color: #F6296F; }
a { background-color: rgb(246,41,111); }
div.DivClassName
{
background-color: #F6296F;
}
.BgClassName
{
background-color: #F6296F;
}
</style>
border-color css
<style>
span { border-color: #F6296F; }
span { border-color: rgb(246,41,111); }
td.TdClassName
{
border-color: #F6296F;
}
.TagClassName
{
border-color: #F6296F;
}
</style>