Shades of Radical Red #FE394A
Tints of Radical Red #FE394A
RGB
CMYK
RGB Variations
Color information
#FE394A (or 0xFE394A) is known color: Radical Red. HEX triplet: FE, 39 and 4A. RGB value is (254,57,74). Sum of RGB (Red+Green+Blue) = 254+57+74=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE394A is #01C6B5. Grayscale: #757575. Windows color (decimal): -116406 or 4864510. OLE color: 4864510.
HSL color Cylindrical-coordinate representation of color #FE394A: hue angle of 354.82º 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 #FE394A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.00 |
| HSL | 354.82º | 0.99% | 0.61% | - |
| HSV(B) | 354.82º | 0.78% | 1% | - |
| XYZ | 43.57 | 24.49 | 8.91 | - |
| YUV | 117.84 | 103.27 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 74 | 0 | 0.78 | 0.71 | 0.00 | 354.82 | 0.99 | 0.61 |
| Hex | FE | 39 | 4A | 0 | 4E | 47 | 0 | 163 | 63 | 3D |
| Octal | 376 | 71 | 112 | 0 | 116 | 107 | 0 | 543 | 143 | 75 |
| Binary | 11111110 | 111001 | 1001010 | 0 | 1001110 | 1000111 | 0 | 101100011 | 1100011 | 111101 |
Color Harmonies of #FE394A
Complementary color
Monochromatic Colors of #FE394A
Black with #FE394A
Text Example
Text Example
White with #FE394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE394A; }
p { color: rgb(254,57,74); }
H1.HeaderClassName
{
color: #FE394A;
}
.AnyTagClassName
{
color: #FE394A;
}
</style>
background-color css
<style>
a { background-color: #FE394A; }
a { background-color: rgb(254,57,74); }
div.DivClassName
{
background-color: #FE394A;
}
.BgClassName
{
background-color: #FE394A;
}
</style>
border-color css
<style>
span { border-color: #FE394A; }
span { border-color: rgb(254,57,74); }
td.TdClassName
{
border-color: #FE394A;
}
.TagClassName
{
border-color: #FE394A;
}
</style>