Shades of Radical Red #F6356C
Tints of Radical Red #F6356C
RGB
CMYK
RGB Variations
Color information
#F6356C (or 0xF6356C) is known color: Radical Red. HEX triplet: F6, 35 and 6C. RGB value is (246,53,108). Sum of RGB (Red+Green+Blue) = 246+53+108=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6356C is #09CA93. Grayscale: #747474. Windows color (decimal): -641684 or 7091702. OLE color: 7091702.
HSL color Cylindrical-coordinate representation of color #F6356C: hue angle of 342.9º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6356C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 108 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.04 |
| HSL | 342.9º | 0.91% | 0.59% | - |
| HSV(B) | 342.9º | 0.78% | 0.96% | - |
| XYZ | 41.99 | 23.22 | 16.46 | - |
| YUV | 116.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 108 | 0 | 0.78 | 0.56 | 0.04 | 342.9 | 0.91 | 0.59 |
| Hex | F6 | 35 | 6C | 0 | 4E | 38 | 4 | 157 | 5B | 3B |
| Octal | 366 | 65 | 154 | 0 | 116 | 70 | 4 | 527 | 133 | 73 |
| Binary | 11110110 | 110101 | 1101100 | 0 | 1001110 | 111000 | 100 | 101010111 | 1011011 | 111011 |
Color Harmonies of #F6356C
Complementary color
Monochromatic Colors of #F6356C
Black with #F6356C
Text Example
Text Example
White with #F6356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6356C; }
p { color: rgb(246,53,108); }
H1.HeaderClassName
{
color: #F6356C;
}
.AnyTagClassName
{
color: #F6356C;
}
</style>
background-color css
<style>
a { background-color: #F6356C; }
a { background-color: rgb(246,53,108); }
div.DivClassName
{
background-color: #F6356C;
}
.BgClassName
{
background-color: #F6356C;
}
</style>
border-color css
<style>
span { border-color: #F6356C; }
span { border-color: rgb(246,53,108); }
td.TdClassName
{
border-color: #F6356C;
}
.TagClassName
{
border-color: #F6356C;
}
</style>