Shades of Radical Red #FF2166
Tints of Radical Red #FF2166
RGB
CMYK
RGB Variations
Color information
#FF2166 (or 0xFF2166) is known color: Radical Red. HEX triplet: FF, 21 and 66. RGB value is (255,33,102). Sum of RGB (Red+Green+Blue) = 255+33+102=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2166 is #00DE99. Grayscale: #6B6B6B. Windows color (decimal): -56986 or 6693375. OLE color: 6693375.
HSL color Cylindrical-coordinate representation of color #FF2166: hue angle of 341.35º 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 #FF2166 is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 102 | - |
| CMYK | 0 | 0.87 | 0.6 | 0 |
| HSL | 341.35º | 1% | 0.56% | - |
| HSV(B) | 341.35º | 0.87% | 1% | - |
| XYZ | 44.18 | 23.31 | 14.74 | - |
| YUV | 107.24 | 125.05 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 102 | 0 | 0.87 | 0.6 | 0 | 341.35 | 1 | 0.56 |
| Hex | FF | 21 | 66 | 0 | 57 | 3C | 0 | 155 | 64 | 38 |
| Octal | 377 | 41 | 146 | 0 | 127 | 74 | 0 | 525 | 144 | 70 |
| Binary | 11111111 | 100001 | 1100110 | 0 | 1010111 | 111100 | 0 | 101010101 | 1100100 | 111000 |
Color Harmonies of #FF2166
Complementary color
Monochromatic Colors of #FF2166
Black with #FF2166
Text Example
Text Example
White with #FF2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2166; }
p { color: rgb(255,33,102); }
H1.HeaderClassName
{
color: #FF2166;
}
.AnyTagClassName
{
color: #FF2166;
}
</style>
background-color css
<style>
a { background-color: #FF2166; }
a { background-color: rgb(255,33,102); }
div.DivClassName
{
background-color: #FF2166;
}
.BgClassName
{
background-color: #FF2166;
}
</style>
border-color css
<style>
span { border-color: #FF2166; }
span { border-color: rgb(255,33,102); }
td.TdClassName
{
border-color: #FF2166;
}
.TagClassName
{
border-color: #FF2166;
}
</style>