Shades of Radical Red #FF2E78
Tints of Radical Red #FF2E78
RGB
CMYK
RGB Variations
Color information
#FF2E78 (or 0xFF2E78) is known color: Radical Red. HEX triplet: FF, 2E and 78. RGB value is (255,46,120). Sum of RGB (Red+Green+Blue) = 255+46+120=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 46 (18.36% from 255 or 10.93% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E78 is #00D187. Grayscale: #747474. Windows color (decimal): -53640 or 7876351. OLE color: 7876351.
HSL color Cylindrical-coordinate representation of color #FF2E78: hue angle of 338.76º 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 #FF2E78 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 120 | - |
| CMYK | 0 | 0.82 | 0.53 | 0 |
| HSL | 338.76º | 1% | 0.59% | - |
| HSV(B) | 338.76º | 0.82% | 1% | - |
| XYZ | 45.61 | 24.57 | 20.11 | - |
| YUV | 116.93 | 129.74 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 120 | 0 | 0.82 | 0.53 | 0 | 338.76 | 1 | 0.59 |
| Hex | FF | 2E | 78 | 0 | 52 | 35 | 0 | 153 | 64 | 3B |
| Octal | 377 | 56 | 170 | 0 | 122 | 65 | 0 | 523 | 144 | 73 |
| Binary | 11111111 | 101110 | 1111000 | 0 | 1010010 | 110101 | 0 | 101010011 | 1100100 | 111011 |
Color Harmonies of #FF2E78
Complementary color
Monochromatic Colors of #FF2E78
Black with #FF2E78
Text Example
Text Example
White with #FF2E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E78; }
p { color: rgb(255,46,120); }
H1.HeaderClassName
{
color: #FF2E78;
}
.AnyTagClassName
{
color: #FF2E78;
}
</style>
background-color css
<style>
a { background-color: #FF2E78; }
a { background-color: rgb(255,46,120); }
div.DivClassName
{
background-color: #FF2E78;
}
.BgClassName
{
background-color: #FF2E78;
}
</style>
border-color css
<style>
span { border-color: #FF2E78; }
span { border-color: rgb(255,46,120); }
td.TdClassName
{
border-color: #FF2E78;
}
.TagClassName
{
border-color: #FF2E78;
}
</style>