Shades of Radical Red #FE2978
Tints of Radical Red #FE2978
RGB
CMYK
RGB Variations
Color information
#FE2978 (or 0xFE2978) is known color: Radical Red. HEX triplet: FE, 29 and 78. RGB value is (254,41,120). Sum of RGB (Red+Green+Blue) = 254+41+120=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2978 is #01D687. Grayscale: #717171. Windows color (decimal): -120456 or 7875070. OLE color: 7875070.
HSL color Cylindrical-coordinate representation of color #FE2978: hue angle of 337.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2978 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 120 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.00 |
| HSL | 337.75º | 0.99% | 0.58% | - |
| HSV(B) | 337.75º | 0.84% | 1% | - |
| XYZ | 45.06 | 24.01 | 20.03 | - |
| YUV | 113.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 120 | 0 | 0.84 | 0.53 | 0.00 | 337.75 | 0.99 | 0.58 |
| Hex | FE | 29 | 78 | 0 | 54 | 35 | 0 | 152 | 63 | 3A |
| Octal | 376 | 51 | 170 | 0 | 124 | 65 | 0 | 522 | 143 | 72 |
| Binary | 11111110 | 101001 | 1111000 | 0 | 1010100 | 110101 | 0 | 101010010 | 1100011 | 111010 |
Color Harmonies of #FE2978
Complementary color
Monochromatic Colors of #FE2978
Black with #FE2978
Text Example
Text Example
White with #FE2978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2978; }
p { color: rgb(254,41,120); }
H1.HeaderClassName
{
color: #FE2978;
}
.AnyTagClassName
{
color: #FE2978;
}
</style>
background-color css
<style>
a { background-color: #FE2978; }
a { background-color: rgb(254,41,120); }
div.DivClassName
{
background-color: #FE2978;
}
.BgClassName
{
background-color: #FE2978;
}
</style>
border-color css
<style>
span { border-color: #FE2978; }
span { border-color: rgb(254,41,120); }
td.TdClassName
{
border-color: #FE2978;
}
.TagClassName
{
border-color: #FE2978;
}
</style>