Shades of Radical Red #FF2E6E
Tints of Radical Red #FF2E6E
RGB
CMYK
RGB Variations
Color information
#FF2E6E (or 0xFF2E6E) is known color: Radical Red. HEX triplet: FF, 2E and 6E. RGB value is (255,46,110). Sum of RGB (Red+Green+Blue) = 255+46+110=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E6E is #00D191. Grayscale: #737373. Windows color (decimal): -53650 or 7220991. OLE color: 7220991.
HSL color Cylindrical-coordinate representation of color #FF2E6E: hue angle of 341.63º 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 #FF2E6E is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 110 | - |
| CMYK | 0 | 0.82 | 0.57 | 0 |
| HSL | 341.63º | 1% | 0.59% | - |
| HSV(B) | 341.63º | 0.82% | 1% | - |
| XYZ | 45.03 | 24.34 | 17.08 | - |
| YUV | 115.79 | 124.74 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 110 | 0 | 0.82 | 0.57 | 0 | 341.63 | 1 | 0.59 |
| Hex | FF | 2E | 6E | 0 | 52 | 39 | 0 | 156 | 64 | 3B |
| Octal | 377 | 56 | 156 | 0 | 122 | 71 | 0 | 526 | 144 | 73 |
| Binary | 11111111 | 101110 | 1101110 | 0 | 1010010 | 111001 | 0 | 101010110 | 1100100 | 111011 |
Color Harmonies of #FF2E6E
Complementary color
Monochromatic Colors of #FF2E6E
Black with #FF2E6E
Text Example
Text Example
White with #FF2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E6E; }
p { color: rgb(255,46,110); }
H1.HeaderClassName
{
color: #FF2E6E;
}
.AnyTagClassName
{
color: #FF2E6E;
}
</style>
background-color css
<style>
a { background-color: #FF2E6E; }
a { background-color: rgb(255,46,110); }
div.DivClassName
{
background-color: #FF2E6E;
}
.BgClassName
{
background-color: #FF2E6E;
}
</style>
border-color css
<style>
span { border-color: #FF2E6E; }
span { border-color: rgb(255,46,110); }
td.TdClassName
{
border-color: #FF2E6E;
}
.TagClassName
{
border-color: #FF2E6E;
}
</style>