Shades of Radical Red #FF2E76
Tints of Radical Red #FF2E76
RGB
CMYK
RGB Variations
Color information
#FF2E76 (or 0xFF2E76) is known color: Radical Red. HEX triplet: FF, 2E and 76. RGB value is (255,46,118). Sum of RGB (Red+Green+Blue) = 255+46+118=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E76 is #00D189. Grayscale: #747474. Windows color (decimal): -53642 or 7745279. OLE color: 7745279.
HSL color Cylindrical-coordinate representation of color #FF2E76: hue angle of 339.33º 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 #FF2E76 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 118 | - |
| CMYK | 0 | 0.82 | 0.54 | 0 |
| HSL | 339.33º | 1% | 0.59% | - |
| HSV(B) | 339.33º | 0.82% | 1% | - |
| XYZ | 45.49 | 24.52 | 19.48 | - |
| YUV | 116.7 | 128.74 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 118 | 0 | 0.82 | 0.54 | 0 | 339.33 | 1 | 0.59 |
| Hex | FF | 2E | 76 | 0 | 52 | 36 | 0 | 153 | 64 | 3B |
| Octal | 377 | 56 | 166 | 0 | 122 | 66 | 0 | 523 | 144 | 73 |
| Binary | 11111111 | 101110 | 1110110 | 0 | 1010010 | 110110 | 0 | 101010011 | 1100100 | 111011 |
Color Harmonies of #FF2E76
Complementary color
Monochromatic Colors of #FF2E76
Black with #FF2E76
Text Example
Text Example
White with #FF2E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E76; }
p { color: rgb(255,46,118); }
H1.HeaderClassName
{
color: #FF2E76;
}
.AnyTagClassName
{
color: #FF2E76;
}
</style>
background-color css
<style>
a { background-color: #FF2E76; }
a { background-color: rgb(255,46,118); }
div.DivClassName
{
background-color: #FF2E76;
}
.BgClassName
{
background-color: #FF2E76;
}
</style>
border-color css
<style>
span { border-color: #FF2E76; }
span { border-color: rgb(255,46,118); }
td.TdClassName
{
border-color: #FF2E76;
}
.TagClassName
{
border-color: #FF2E76;
}
</style>