Shades of Radical Red #FF206C
Tints of Radical Red #FF206C
RGB
CMYK
RGB Variations
Color information
#FF206C (or 0xFF206C) is known color: Radical Red. HEX triplet: FF, 20 and 6C. RGB value is (255,32,108). Sum of RGB (Red+Green+Blue) = 255+32+108=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF206C is #00DF93. Grayscale: #6B6B6B. Windows color (decimal): -57236 or 7086335. OLE color: 7086335.
HSL color Cylindrical-coordinate representation of color #FF206C: hue angle of 339.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF206C is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 108 | - |
| CMYK | 0 | 0.87 | 0.58 | 0 |
| HSL | 339.55º | 1% | 0.56% | - |
| HSV(B) | 339.55º | 0.87% | 1% | - |
| XYZ | 44.46 | 23.38 | 16.36 | - |
| YUV | 107.34 | 128.38 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 108 | 0 | 0.87 | 0.58 | 0 | 339.55 | 1 | 0.56 |
| Hex | FF | 20 | 6C | 0 | 57 | 3A | 0 | 154 | 64 | 38 |
| Octal | 377 | 40 | 154 | 0 | 127 | 72 | 0 | 524 | 144 | 70 |
| Binary | 11111111 | 100000 | 1101100 | 0 | 1010111 | 111010 | 0 | 101010100 | 1100100 | 111000 |
Color Harmonies of #FF206C
Complementary color
Monochromatic Colors of #FF206C
Black with #FF206C
Text Example
Text Example
White with #FF206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF206C; }
p { color: rgb(255,32,108); }
H1.HeaderClassName
{
color: #FF206C;
}
.AnyTagClassName
{
color: #FF206C;
}
</style>
background-color css
<style>
a { background-color: #FF206C; }
a { background-color: rgb(255,32,108); }
div.DivClassName
{
background-color: #FF206C;
}
.BgClassName
{
background-color: #FF206C;
}
</style>
border-color css
<style>
span { border-color: #FF206C; }
span { border-color: rgb(255,32,108); }
td.TdClassName
{
border-color: #FF206C;
}
.TagClassName
{
border-color: #FF206C;
}
</style>