Shades of Radical Red #F6286C
Tints of Radical Red #F6286C
RGB
CMYK
RGB Variations
Color information
#F6286C (or 0xF6286C) is known color: Radical Red. HEX triplet: F6, 28 and 6C. RGB value is (246,40,108). Sum of RGB (Red+Green+Blue) = 246+40+108=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6286C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6286C is #09D793. Grayscale: #6D6D6D. Windows color (decimal): -645012 or 7088374. OLE color: 7088374.
HSL color Cylindrical-coordinate representation of color #F6286C: hue angle of 340.19º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6286C is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 108 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.04 |
| HSL | 340.19º | 0.92% | 0.56% | - |
| HSV(B) | 340.19º | 0.84% | 0.96% | - |
| XYZ | 41.47 | 22.19 | 16.29 | - |
| YUV | 109.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 108 | 0 | 0.84 | 0.56 | 0.04 | 340.19 | 0.92 | 0.56 |
| Hex | F6 | 28 | 6C | 0 | 54 | 38 | 4 | 154 | 5C | 38 |
| Octal | 366 | 50 | 154 | 0 | 124 | 70 | 4 | 524 | 134 | 70 |
| Binary | 11110110 | 101000 | 1101100 | 0 | 1010100 | 111000 | 100 | 101010100 | 1011100 | 111000 |
Color Harmonies of #F6286C
Complementary color
Monochromatic Colors of #F6286C
Black with #F6286C
Text Example
Text Example
White with #F6286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6286C; }
p { color: rgb(246,40,108); }
H1.HeaderClassName
{
color: #F6286C;
}
.AnyTagClassName
{
color: #F6286C;
}
</style>
background-color css
<style>
a { background-color: #F6286C; }
a { background-color: rgb(246,40,108); }
div.DivClassName
{
background-color: #F6286C;
}
.BgClassName
{
background-color: #F6286C;
}
</style>
border-color css
<style>
span { border-color: #F6286C; }
span { border-color: rgb(246,40,108); }
td.TdClassName
{
border-color: #F6286C;
}
.TagClassName
{
border-color: #F6286C;
}
</style>