Shades of Radical Red #FF2778
Tints of Radical Red #FF2778
RGB
CMYK
RGB Variations
Color information
#FF2778 (or 0xFF2778) is known color: Radical Red. HEX triplet: FF, 27 and 78. RGB value is (255,39,120). Sum of RGB (Red+Green+Blue) = 255+39+120=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2778 is #00D887. Grayscale: #707070. Windows color (decimal): -55432 or 7874559. OLE color: 7874559.
HSL color Cylindrical-coordinate representation of color #FF2778: hue angle of 337.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2778 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 120 | - |
| CMYK | 0 | 0.85 | 0.53 | 0 |
| HSL | 337.5º | 1% | 0.58% | - |
| HSV(B) | 337.5º | 0.85% | 1% | - |
| XYZ | 45.36 | 24.07 | 20.02 | - |
| YUV | 112.82 | 132.06 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 120 | 0 | 0.85 | 0.53 | 0 | 337.5 | 1 | 0.58 |
| Hex | FF | 27 | 78 | 0 | 55 | 35 | 0 | 152 | 64 | 3A |
| Octal | 377 | 47 | 170 | 0 | 125 | 65 | 0 | 522 | 144 | 72 |
| Binary | 11111111 | 100111 | 1111000 | 0 | 1010101 | 110101 | 0 | 101010010 | 1100100 | 111010 |
Color Harmonies of #FF2778
Complementary color
Monochromatic Colors of #FF2778
Black with #FF2778
Text Example
Text Example
White with #FF2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2778; }
p { color: rgb(255,39,120); }
H1.HeaderClassName
{
color: #FF2778;
}
.AnyTagClassName
{
color: #FF2778;
}
</style>
background-color css
<style>
a { background-color: #FF2778; }
a { background-color: rgb(255,39,120); }
div.DivClassName
{
background-color: #FF2778;
}
.BgClassName
{
background-color: #FF2778;
}
</style>
border-color css
<style>
span { border-color: #FF2778; }
span { border-color: rgb(255,39,120); }
td.TdClassName
{
border-color: #FF2778;
}
.TagClassName
{
border-color: #FF2778;
}
</style>