Shades of Radical Red #FF2C78
Tints of Radical Red #FF2C78
RGB
CMYK
RGB Variations
Color information
#FF2C78 (or 0xFF2C78) is known color: Radical Red. HEX triplet: FF, 2C and 78. RGB value is (255,44,120). Sum of RGB (Red+Green+Blue) = 255+44+120=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2C78 is #00D387. Grayscale: #737373. Windows color (decimal): -54152 or 7875839. OLE color: 7875839.
HSL color Cylindrical-coordinate representation of color #FF2C78: hue angle of 338.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2C78 is Cyan = 0, Magento = 0.83, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 120 | - |
| CMYK | 0 | 0.83 | 0.53 | 0 |
| HSL | 338.39º | 1% | 0.59% | - |
| HSV(B) | 338.39º | 0.83% | 1% | - |
| XYZ | 45.53 | 24.42 | 20.08 | - |
| YUV | 115.75 | 130.4 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 120 | 0 | 0.83 | 0.53 | 0 | 338.39 | 1 | 0.59 |
| Hex | FF | 2C | 78 | 0 | 53 | 35 | 0 | 152 | 64 | 3B |
| Octal | 377 | 54 | 170 | 0 | 123 | 65 | 0 | 522 | 144 | 73 |
| Binary | 11111111 | 101100 | 1111000 | 0 | 1010011 | 110101 | 0 | 101010010 | 1100100 | 111011 |
Color Harmonies of #FF2C78
Complementary color
Monochromatic Colors of #FF2C78
Black with #FF2C78
Text Example
Text Example
White with #FF2C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C78; }
p { color: rgb(255,44,120); }
H1.HeaderClassName
{
color: #FF2C78;
}
.AnyTagClassName
{
color: #FF2C78;
}
</style>
background-color css
<style>
a { background-color: #FF2C78; }
a { background-color: rgb(255,44,120); }
div.DivClassName
{
background-color: #FF2C78;
}
.BgClassName
{
background-color: #FF2C78;
}
</style>
border-color css
<style>
span { border-color: #FF2C78; }
span { border-color: rgb(255,44,120); }
td.TdClassName
{
border-color: #FF2C78;
}
.TagClassName
{
border-color: #FF2C78;
}
</style>