Shades of Radical Red #FF2E6A
Tints of Radical Red #FF2E6A
RGB
CMYK
RGB Variations
Color information
#FF2E6A (or 0xFF2E6A) is known color: Radical Red. HEX triplet: FF, 2E and 6A. RGB value is (255,46,106). Sum of RGB (Red+Green+Blue) = 255+46+106=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E6A is #00D195. Grayscale: #737373. Windows color (decimal): -53654 or 6958847. OLE color: 6958847.
HSL color Cylindrical-coordinate representation of color #FF2E6A: hue angle of 342.78º 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 #FF2E6A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 106 | - |
| CMYK | 0 | 0.82 | 0.58 | 0 |
| HSL | 342.78º | 1% | 0.59% | - |
| HSV(B) | 342.78º | 0.82% | 1% | - |
| XYZ | 44.82 | 24.25 | 15.96 | - |
| YUV | 115.33 | 122.74 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 106 | 0 | 0.82 | 0.58 | 0 | 342.78 | 1 | 0.59 |
| Hex | FF | 2E | 6A | 0 | 52 | 3A | 0 | 157 | 64 | 3B |
| Octal | 377 | 56 | 152 | 0 | 122 | 72 | 0 | 527 | 144 | 73 |
| Binary | 11111111 | 101110 | 1101010 | 0 | 1010010 | 111010 | 0 | 101010111 | 1100100 | 111011 |
Color Harmonies of #FF2E6A
Complementary color
Monochromatic Colors of #FF2E6A
Black with #FF2E6A
Text Example
Text Example
White with #FF2E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E6A; }
p { color: rgb(255,46,106); }
H1.HeaderClassName
{
color: #FF2E6A;
}
.AnyTagClassName
{
color: #FF2E6A;
}
</style>
background-color css
<style>
a { background-color: #FF2E6A; }
a { background-color: rgb(255,46,106); }
div.DivClassName
{
background-color: #FF2E6A;
}
.BgClassName
{
background-color: #FF2E6A;
}
</style>
border-color css
<style>
span { border-color: #FF2E6A; }
span { border-color: rgb(255,46,106); }
td.TdClassName
{
border-color: #FF2E6A;
}
.TagClassName
{
border-color: #FF2E6A;
}
</style>