Shades of Radical Red #FF2E77
Tints of Radical Red #FF2E77
RGB
CMYK
RGB Variations
Color information
#FF2E77 (or 0xFF2E77) is known color: Radical Red. HEX triplet: FF, 2E and 77. RGB value is (255,46,119). Sum of RGB (Red+Green+Blue) = 255+46+119=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E77 is #00D188. Grayscale: #747474. Windows color (decimal): -53641 or 7810815. OLE color: 7810815.
HSL color Cylindrical-coordinate representation of color #FF2E77: hue angle of 339.04º 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 #FF2E77 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 119 | - |
| CMYK | 0 | 0.82 | 0.53 | 0 |
| HSL | 339.04º | 1% | 0.59% | - |
| HSV(B) | 339.04º | 0.82% | 1% | - |
| XYZ | 45.55 | 24.55 | 19.79 | - |
| YUV | 116.81 | 129.24 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 119 | 0 | 0.82 | 0.53 | 0 | 339.04 | 1 | 0.59 |
| Hex | FF | 2E | 77 | 0 | 52 | 35 | 0 | 153 | 64 | 3B |
| Octal | 377 | 56 | 167 | 0 | 122 | 65 | 0 | 523 | 144 | 73 |
| Binary | 11111111 | 101110 | 1110111 | 0 | 1010010 | 110101 | 0 | 101010011 | 1100100 | 111011 |
Color Harmonies of #FF2E77
Complementary color
Monochromatic Colors of #FF2E77
Black with #FF2E77
Text Example
Text Example
White with #FF2E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E77; }
p { color: rgb(255,46,119); }
H1.HeaderClassName
{
color: #FF2E77;
}
.AnyTagClassName
{
color: #FF2E77;
}
</style>
background-color css
<style>
a { background-color: #FF2E77; }
a { background-color: rgb(255,46,119); }
div.DivClassName
{
background-color: #FF2E77;
}
.BgClassName
{
background-color: #FF2E77;
}
</style>
border-color css
<style>
span { border-color: #FF2E77; }
span { border-color: rgb(255,46,119); }
td.TdClassName
{
border-color: #FF2E77;
}
.TagClassName
{
border-color: #FF2E77;
}
</style>