Shades of Radical Red #F6205D
Tints of Radical Red #F6205D
RGB
CMYK
RGB Variations
Color information
#F6205D (or 0xF6205D) is known color: Radical Red. HEX triplet: F6, 20 and 5D. RGB value is (246,32,93). Sum of RGB (Red+Green+Blue) = 246+32+93=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6205D is #09DFA2. Grayscale: #666666. Windows color (decimal): -647075 or 6103286. OLE color: 6103286.
HSL color Cylindrical-coordinate representation of color #F6205D: hue angle of 342.9º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6205D is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 93 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.04 |
| HSL | 342.9º | 0.92% | 0.55% | - |
| HSV(B) | 342.9º | 0.87% | 0.96% | - |
| XYZ | 40.5 | 21.42 | 12.36 | - |
| YUV | 102.94 | 122.4 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 93 | 0 | 0.87 | 0.62 | 0.04 | 342.9 | 0.92 | 0.55 |
| Hex | F6 | 20 | 5D | 0 | 57 | 3E | 4 | 157 | 5C | 37 |
| Octal | 366 | 40 | 135 | 0 | 127 | 76 | 4 | 527 | 134 | 67 |
| Binary | 11110110 | 100000 | 1011101 | 0 | 1010111 | 111110 | 100 | 101010111 | 1011100 | 110111 |
Color Harmonies of #F6205D
Complementary color
Monochromatic Colors of #F6205D
Black with #F6205D
Text Example
Text Example
White with #F6205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6205D; }
p { color: rgb(246,32,93); }
H1.HeaderClassName
{
color: #F6205D;
}
.AnyTagClassName
{
color: #F6205D;
}
</style>
background-color css
<style>
a { background-color: #F6205D; }
a { background-color: rgb(246,32,93); }
div.DivClassName
{
background-color: #F6205D;
}
.BgClassName
{
background-color: #F6205D;
}
</style>
border-color css
<style>
span { border-color: #F6205D; }
span { border-color: rgb(246,32,93); }
td.TdClassName
{
border-color: #F6205D;
}
.TagClassName
{
border-color: #F6205D;
}
</style>