Shades of Radical Red #FE475D
Tints of Radical Red #FE475D
RGB
CMYK
RGB Variations
Color information
#FE475D (or 0xFE475D) is known color: Radical Red. HEX triplet: FE, 47 and 5D. RGB value is (254,71,93). Sum of RGB (Red+Green+Blue) = 254+71+93=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE475D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE475D is #01B8A2. Grayscale: #808080. Windows color (decimal): -112803 or 6113278. OLE color: 6113278.
HSL color Cylindrical-coordinate representation of color #FE475D: hue angle of 352.79º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE475D is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 93 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.00 |
| HSL | 352.79º | 0.99% | 0.64% | - |
| HSV(B) | 352.79º | 0.72% | 1% | - |
| XYZ | 45.1 | 26.37 | 13.07 | - |
| YUV | 128.23 | 108.13 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 93 | 0 | 0.72 | 0.63 | 0.00 | 352.79 | 0.99 | 0.64 |
| Hex | FE | 47 | 5D | 0 | 48 | 3F | 0 | 161 | 63 | 40 |
| Octal | 376 | 107 | 135 | 0 | 110 | 77 | 0 | 541 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1011101 | 0 | 1001000 | 111111 | 0 | 101100001 | 1100011 | 1000000 |
Color Harmonies of #FE475D
Complementary color
Monochromatic Colors of #FE475D
Black with #FE475D
Text Example
Text Example
White with #FE475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE475D; }
p { color: rgb(254,71,93); }
H1.HeaderClassName
{
color: #FE475D;
}
.AnyTagClassName
{
color: #FE475D;
}
</style>
background-color css
<style>
a { background-color: #FE475D; }
a { background-color: rgb(254,71,93); }
div.DivClassName
{
background-color: #FE475D;
}
.BgClassName
{
background-color: #FE475D;
}
</style>
border-color css
<style>
span { border-color: #FE475D; }
span { border-color: rgb(254,71,93); }
td.TdClassName
{
border-color: #FE475D;
}
.TagClassName
{
border-color: #FE475D;
}
</style>