Shades of Radical Red #FE394C
Tints of Radical Red #FE394C
RGB
CMYK
RGB Variations
Color information
#FE394C (or 0xFE394C) is known color: Radical Red. HEX triplet: FE, 39 and 4C. RGB value is (254,57,76). Sum of RGB (Red+Green+Blue) = 254+57+76=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE394C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE394C is #01C6B3. Grayscale: #767676. Windows color (decimal): -116404 or 4995582. OLE color: 4995582.
HSL color Cylindrical-coordinate representation of color #FE394C: hue angle of 354.21º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE394C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.00 |
| HSL | 354.21º | 0.99% | 0.61% | - |
| HSV(B) | 354.21º | 0.78% | 1% | - |
| XYZ | 43.64 | 24.52 | 9.27 | - |
| YUV | 118.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 76 | 0 | 0.78 | 0.70 | 0.00 | 354.21 | 0.99 | 0.61 |
| Hex | FE | 39 | 4C | 0 | 4E | 46 | 0 | 162 | 63 | 3D |
| Octal | 376 | 71 | 114 | 0 | 116 | 106 | 0 | 542 | 143 | 75 |
| Binary | 11111110 | 111001 | 1001100 | 0 | 1001110 | 1000110 | 0 | 101100010 | 1100011 | 111101 |
Color Harmonies of #FE394C
Complementary color
Monochromatic Colors of #FE394C
Black with #FE394C
Text Example
Text Example
White with #FE394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE394C; }
p { color: rgb(254,57,76); }
H1.HeaderClassName
{
color: #FE394C;
}
.AnyTagClassName
{
color: #FE394C;
}
</style>
background-color css
<style>
a { background-color: #FE394C; }
a { background-color: rgb(254,57,76); }
div.DivClassName
{
background-color: #FE394C;
}
.BgClassName
{
background-color: #FE394C;
}
</style>
border-color css
<style>
span { border-color: #FE394C; }
span { border-color: rgb(254,57,76); }
td.TdClassName
{
border-color: #FE394C;
}
.TagClassName
{
border-color: #FE394C;
}
</style>