Shades of Radical Red #FF2266
Tints of Radical Red #FF2266
RGB
CMYK
RGB Variations
Color information
#FF2266 (or 0xFF2266) is known color: Radical Red. HEX triplet: FF, 22 and 66. RGB value is (255,34,102). Sum of RGB (Red+Green+Blue) = 255+34+102=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2266 is #00DD99. Grayscale: #6B6B6B. Windows color (decimal): -56730 or 6693631. OLE color: 6693631.
HSL color Cylindrical-coordinate representation of color #FF2266: hue angle of 341.54º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2266 is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 102 | - |
| CMYK | 0 | 0.87 | 0.6 | 0 |
| HSL | 341.54º | 1% | 0.57% | - |
| HSV(B) | 341.54º | 0.87% | 1% | - |
| XYZ | 44.21 | 23.36 | 14.75 | - |
| YUV | 107.83 | 124.72 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 102 | 0 | 0.87 | 0.6 | 0 | 341.54 | 1 | 0.57 |
| Hex | FF | 22 | 66 | 0 | 57 | 3C | 0 | 156 | 64 | 39 |
| Octal | 377 | 42 | 146 | 0 | 127 | 74 | 0 | 526 | 144 | 71 |
| Binary | 11111111 | 100010 | 1100110 | 0 | 1010111 | 111100 | 0 | 101010110 | 1100100 | 111001 |
Color Harmonies of #FF2266
Complementary color
Monochromatic Colors of #FF2266
Black with #FF2266
Text Example
Text Example
White with #FF2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2266; }
p { color: rgb(255,34,102); }
H1.HeaderClassName
{
color: #FF2266;
}
.AnyTagClassName
{
color: #FF2266;
}
</style>
background-color css
<style>
a { background-color: #FF2266; }
a { background-color: rgb(255,34,102); }
div.DivClassName
{
background-color: #FF2266;
}
.BgClassName
{
background-color: #FF2266;
}
</style>
border-color css
<style>
span { border-color: #FF2266; }
span { border-color: rgb(255,34,102); }
td.TdClassName
{
border-color: #FF2266;
}
.TagClassName
{
border-color: #FF2266;
}
</style>