Shades of Radical Red #FF206B
Tints of Radical Red #FF206B
RGB
CMYK
RGB Variations
Color information
#FF206B (or 0xFF206B) is known color: Radical Red. HEX triplet: FF, 20 and 6B. RGB value is (255,32,107). Sum of RGB (Red+Green+Blue) = 255+32+107=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF206B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF206B is #00DF94. Grayscale: #6B6B6B. Windows color (decimal): -57237 or 7020799. OLE color: 7020799.
HSL color Cylindrical-coordinate representation of color #FF206B: hue angle of 339.82º 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 #FF206B is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 107 | - |
| CMYK | 0 | 0.87 | 0.58 | 0 |
| HSL | 339.82º | 1% | 0.56% | - |
| HSV(B) | 339.82º | 0.87% | 1% | - |
| XYZ | 44.41 | 23.35 | 16.08 | - |
| YUV | 107.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 107 | 0 | 0.87 | 0.58 | 0 | 339.82 | 1 | 0.56 |
| Hex | FF | 20 | 6B | 0 | 57 | 3A | 0 | 154 | 64 | 38 |
| Octal | 377 | 40 | 153 | 0 | 127 | 72 | 0 | 524 | 144 | 70 |
| Binary | 11111111 | 100000 | 1101011 | 0 | 1010111 | 111010 | 0 | 101010100 | 1100100 | 111000 |
Color Harmonies of #FF206B
Complementary color
Monochromatic Colors of #FF206B
Black with #FF206B
Text Example
Text Example
White with #FF206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF206B; }
p { color: rgb(255,32,107); }
H1.HeaderClassName
{
color: #FF206B;
}
.AnyTagClassName
{
color: #FF206B;
}
</style>
background-color css
<style>
a { background-color: #FF206B; }
a { background-color: rgb(255,32,107); }
div.DivClassName
{
background-color: #FF206B;
}
.BgClassName
{
background-color: #FF206B;
}
</style>
border-color css
<style>
span { border-color: #FF206B; }
span { border-color: rgb(255,32,107); }
td.TdClassName
{
border-color: #FF206B;
}
.TagClassName
{
border-color: #FF206B;
}
</style>