Shades of Radical Red #FE2E74
Tints of Radical Red #FE2E74
RGB
CMYK
RGB Variations
Color information
#FE2E74 (or 0xFE2E74) is known color: Radical Red. HEX triplet: FE, 2E and 74. RGB value is (254,46,116). Sum of RGB (Red+Green+Blue) = 254+46+116=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E74 is #01D18B. Grayscale: #747474. Windows color (decimal): -119180 or 7614206. OLE color: 7614206.
HSL color Cylindrical-coordinate representation of color #FE2E74: hue angle of 339.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E74 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 116 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.00 |
| HSL | 339.81º | 0.99% | 0.59% | - |
| HSV(B) | 339.81º | 0.82% | 1% | - |
| XYZ | 45 | 24.29 | 18.84 | - |
| YUV | 116.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 116 | 0 | 0.82 | 0.54 | 0.00 | 339.81 | 0.99 | 0.59 |
| Hex | FE | 2E | 74 | 0 | 52 | 36 | 0 | 154 | 63 | 3B |
| Octal | 376 | 56 | 164 | 0 | 122 | 66 | 0 | 524 | 143 | 73 |
| Binary | 11111110 | 101110 | 1110100 | 0 | 1010010 | 110110 | 0 | 101010100 | 1100011 | 111011 |
Color Harmonies of #FE2E74
Complementary color
Monochromatic Colors of #FE2E74
Black with #FE2E74
Text Example
Text Example
White with #FE2E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E74; }
p { color: rgb(254,46,116); }
H1.HeaderClassName
{
color: #FE2E74;
}
.AnyTagClassName
{
color: #FE2E74;
}
</style>
background-color css
<style>
a { background-color: #FE2E74; }
a { background-color: rgb(254,46,116); }
div.DivClassName
{
background-color: #FE2E74;
}
.BgClassName
{
background-color: #FE2E74;
}
</style>
border-color css
<style>
span { border-color: #FE2E74; }
span { border-color: rgb(254,46,116); }
td.TdClassName
{
border-color: #FE2E74;
}
.TagClassName
{
border-color: #FE2E74;
}
</style>