Shades of Radical Red #FE3477
Tints of Radical Red #FE3477
RGB
CMYK
RGB Variations
Color information
#FE3477 (or 0xFE3477) is known color: Radical Red. HEX triplet: FE, 34 and 77. RGB value is (254,52,119). Sum of RGB (Red+Green+Blue) = 254+52+119=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3477 is #01CB88. Grayscale: #777777. Windows color (decimal): -117641 or 7812350. OLE color: 7812350.
HSL color Cylindrical-coordinate representation of color #FE3477: hue angle of 340.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3477 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 119 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.00 |
| HSL | 340.1º | 0.99% | 0.6% | - |
| HSV(B) | 340.1º | 0.8% | 1% | - |
| XYZ | 45.43 | 24.86 | 19.86 | - |
| YUV | 120.04 | 127.42 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 119 | 0 | 0.80 | 0.53 | 0.00 | 340.1 | 0.99 | 0.6 |
| Hex | FE | 34 | 77 | 0 | 50 | 35 | 0 | 154 | 63 | 3C |
| Octal | 376 | 64 | 167 | 0 | 120 | 65 | 0 | 524 | 143 | 74 |
| Binary | 11111110 | 110100 | 1110111 | 0 | 1010000 | 110101 | 0 | 101010100 | 1100011 | 111100 |
Color Harmonies of #FE3477
Complementary color
Monochromatic Colors of #FE3477
Black with #FE3477
Text Example
Text Example
White with #FE3477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3477; }
p { color: rgb(254,52,119); }
H1.HeaderClassName
{
color: #FE3477;
}
.AnyTagClassName
{
color: #FE3477;
}
</style>
background-color css
<style>
a { background-color: #FE3477; }
a { background-color: rgb(254,52,119); }
div.DivClassName
{
background-color: #FE3477;
}
.BgClassName
{
background-color: #FE3477;
}
</style>
border-color css
<style>
span { border-color: #FE3477; }
span { border-color: rgb(254,52,119); }
td.TdClassName
{
border-color: #FE3477;
}
.TagClassName
{
border-color: #FE3477;
}
</style>