Shades of Radical Red #FE315A
Tints of Radical Red #FE315A
RGB
CMYK
RGB Variations
Color information
#FE315A (or 0xFE315A) is known color: Radical Red. HEX triplet: FE, 31 and 5A. RGB value is (254,49,90). Sum of RGB (Red+Green+Blue) = 254+49+90=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE315A is #01CEA5. Grayscale: #737373. Windows color (decimal): -118438 or 5911038. OLE color: 5911038.
HSL color Cylindrical-coordinate representation of color #FE315A: hue angle of 348º 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 #FE315A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 90 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.00 |
| HSL | 348º | 0.99% | 0.59% | - |
| HSV(B) | 348º | 0.81% | 1% | - |
| XYZ | 43.82 | 24.01 | 12 | - |
| YUV | 114.97 | 113.92 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 90 | 0 | 0.81 | 0.65 | 0.00 | 348 | 0.99 | 0.59 |
| Hex | FE | 31 | 5A | 0 | 51 | 41 | 0 | 15C | 63 | 3B |
| Octal | 376 | 61 | 132 | 0 | 121 | 101 | 0 | 534 | 143 | 73 |
| Binary | 11111110 | 110001 | 1011010 | 0 | 1010001 | 1000001 | 0 | 101011100 | 1100011 | 111011 |
Color Harmonies of #FE315A
Complementary color
Monochromatic Colors of #FE315A
Black with #FE315A
Text Example
Text Example
White with #FE315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE315A; }
p { color: rgb(254,49,90); }
H1.HeaderClassName
{
color: #FE315A;
}
.AnyTagClassName
{
color: #FE315A;
}
</style>
background-color css
<style>
a { background-color: #FE315A; }
a { background-color: rgb(254,49,90); }
div.DivClassName
{
background-color: #FE315A;
}
.BgClassName
{
background-color: #FE315A;
}
</style>
border-color css
<style>
span { border-color: #FE315A; }
span { border-color: rgb(254,49,90); }
td.TdClassName
{
border-color: #FE315A;
}
.TagClassName
{
border-color: #FE315A;
}
</style>