Shades of Radical Red #FE3147
Tints of Radical Red #FE3147
RGB
CMYK
RGB Variations
Color information
#FE3147 (or 0xFE3147) is known color: Radical Red. HEX triplet: FE, 31 and 47. RGB value is (254,49,71). Sum of RGB (Red+Green+Blue) = 254+49+71=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3147 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3147 is #01CEB8. Grayscale: #707070. Windows color (decimal): -118457 or 4665854. OLE color: 4665854.
HSL color Cylindrical-coordinate representation of color #FE3147: hue angle of 353.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3147 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 71 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.00 |
| HSL | 353.56º | 0.99% | 0.59% | - |
| HSV(B) | 353.56º | 0.81% | 1% | - |
| XYZ | 43.11 | 23.72 | 8.27 | - |
| YUV | 112.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 71 | 0 | 0.81 | 0.72 | 0.00 | 353.56 | 0.99 | 0.59 |
| Hex | FE | 31 | 47 | 0 | 51 | 48 | 0 | 162 | 63 | 3B |
| Octal | 376 | 61 | 107 | 0 | 121 | 110 | 0 | 542 | 143 | 73 |
| Binary | 11111110 | 110001 | 1000111 | 0 | 1010001 | 1001000 | 0 | 101100010 | 1100011 | 111011 |
Color Harmonies of #FE3147
Complementary color
Monochromatic Colors of #FE3147
Black with #FE3147
Text Example
Text Example
White with #FE3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3147; }
p { color: rgb(254,49,71); }
H1.HeaderClassName
{
color: #FE3147;
}
.AnyTagClassName
{
color: #FE3147;
}
</style>
background-color css
<style>
a { background-color: #FE3147; }
a { background-color: rgb(254,49,71); }
div.DivClassName
{
background-color: #FE3147;
}
.BgClassName
{
background-color: #FE3147;
}
</style>
border-color css
<style>
span { border-color: #FE3147; }
span { border-color: rgb(254,49,71); }
td.TdClassName
{
border-color: #FE3147;
}
.TagClassName
{
border-color: #FE3147;
}
</style>