Shades of Radical Red #FF2E66
Tints of Radical Red #FF2E66
RGB
CMYK
RGB Variations
Color information
#FF2E66 (or 0xFF2E66) is known color: Radical Red. HEX triplet: FF, 2E and 66. RGB value is (255,46,102). Sum of RGB (Red+Green+Blue) = 255+46+102=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E66 is #00D199. Grayscale: #727272. Windows color (decimal): -53658 or 6696703. OLE color: 6696703.
HSL color Cylindrical-coordinate representation of color #FF2E66: hue angle of 343.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E66 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 102 | - |
| CMYK | 0 | 0.82 | 0.6 | 0 |
| HSL | 343.92º | 1% | 0.59% | - |
| HSV(B) | 343.92º | 0.82% | 1% | - |
| XYZ | 44.62 | 24.17 | 14.88 | - |
| YUV | 114.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 102 | 0 | 0.82 | 0.6 | 0 | 343.92 | 1 | 0.59 |
| Hex | FF | 2E | 66 | 0 | 52 | 3C | 0 | 158 | 64 | 3B |
| Octal | 377 | 56 | 146 | 0 | 122 | 74 | 0 | 530 | 144 | 73 |
| Binary | 11111111 | 101110 | 1100110 | 0 | 1010010 | 111100 | 0 | 101011000 | 1100100 | 111011 |
Color Harmonies of #FF2E66
Complementary color
Monochromatic Colors of #FF2E66
Black with #FF2E66
Text Example
Text Example
White with #FF2E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E66; }
p { color: rgb(255,46,102); }
H1.HeaderClassName
{
color: #FF2E66;
}
.AnyTagClassName
{
color: #FF2E66;
}
</style>
background-color css
<style>
a { background-color: #FF2E66; }
a { background-color: rgb(255,46,102); }
div.DivClassName
{
background-color: #FF2E66;
}
.BgClassName
{
background-color: #FF2E66;
}
</style>
border-color css
<style>
span { border-color: #FF2E66; }
span { border-color: rgb(255,46,102); }
td.TdClassName
{
border-color: #FF2E66;
}
.TagClassName
{
border-color: #FF2E66;
}
</style>