Shades of Radical Red #FF2B66
Tints of Radical Red #FF2B66
RGB
CMYK
RGB Variations
Color information
#FF2B66 (or 0xFF2B66) is known color: Radical Red. HEX triplet: FF, 2B and 66. RGB value is (255,43,102). Sum of RGB (Red+Green+Blue) = 255+43+102=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B66 is #00D499. Grayscale: #717171. Windows color (decimal): -54426 or 6695935. OLE color: 6695935.
HSL color Cylindrical-coordinate representation of color #FF2B66: hue angle of 343.3º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B66 is Cyan = 0, Magento = 0.83, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 102 | - |
| CMYK | 0 | 0.83 | 0.6 | 0 |
| HSL | 343.3º | 1% | 0.58% | - |
| HSV(B) | 343.3º | 0.83% | 1% | - |
| XYZ | 44.5 | 23.95 | 14.85 | - |
| YUV | 113.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 102 | 0 | 0.83 | 0.6 | 0 | 343.3 | 1 | 0.58 |
| Hex | FF | 2B | 66 | 0 | 53 | 3C | 0 | 157 | 64 | 3A |
| Octal | 377 | 53 | 146 | 0 | 123 | 74 | 0 | 527 | 144 | 72 |
| Binary | 11111111 | 101011 | 1100110 | 0 | 1010011 | 111100 | 0 | 101010111 | 1100100 | 111010 |
Color Harmonies of #FF2B66
Complementary color
Monochromatic Colors of #FF2B66
Black with #FF2B66
Text Example
Text Example
White with #FF2B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B66; }
p { color: rgb(255,43,102); }
H1.HeaderClassName
{
color: #FF2B66;
}
.AnyTagClassName
{
color: #FF2B66;
}
</style>
background-color css
<style>
a { background-color: #FF2B66; }
a { background-color: rgb(255,43,102); }
div.DivClassName
{
background-color: #FF2B66;
}
.BgClassName
{
background-color: #FF2B66;
}
</style>
border-color css
<style>
span { border-color: #FF2B66; }
span { border-color: rgb(255,43,102); }
td.TdClassName
{
border-color: #FF2B66;
}
.TagClassName
{
border-color: #FF2B66;
}
</style>