Shades of Radical Red #FE476A
Tints of Radical Red #FE476A
RGB
CMYK
RGB Variations
Color information
#FE476A (or 0xFE476A) is known color: Radical Red. HEX triplet: FE, 47 and 6A. RGB value is (254,71,106). Sum of RGB (Red+Green+Blue) = 254+71+106=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE476A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE476A is #01B895. Grayscale: #818181. Windows color (decimal): -112790 or 6965246. OLE color: 6965246.
HSL color Cylindrical-coordinate representation of color #FE476A: hue angle of 348.52º 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 #FE476A is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 106 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.00 |
| HSL | 348.52º | 0.99% | 0.64% | - |
| HSV(B) | 348.52º | 0.72% | 1% | - |
| XYZ | 45.73 | 26.62 | 16.36 | - |
| YUV | 129.71 | 114.63 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 106 | 0 | 0.72 | 0.58 | 0.00 | 348.52 | 0.99 | 0.64 |
| Hex | FE | 47 | 6A | 0 | 48 | 3A | 0 | 15D | 63 | 40 |
| Octal | 376 | 107 | 152 | 0 | 110 | 72 | 0 | 535 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1101010 | 0 | 1001000 | 111010 | 0 | 101011101 | 1100011 | 1000000 |
Color Harmonies of #FE476A
Complementary color
Monochromatic Colors of #FE476A
Black with #FE476A
Text Example
Text Example
White with #FE476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE476A; }
p { color: rgb(254,71,106); }
H1.HeaderClassName
{
color: #FE476A;
}
.AnyTagClassName
{
color: #FE476A;
}
</style>
background-color css
<style>
a { background-color: #FE476A; }
a { background-color: rgb(254,71,106); }
div.DivClassName
{
background-color: #FE476A;
}
.BgClassName
{
background-color: #FE476A;
}
</style>
border-color css
<style>
span { border-color: #FE476A; }
span { border-color: rgb(254,71,106); }
td.TdClassName
{
border-color: #FE476A;
}
.TagClassName
{
border-color: #FE476A;
}
</style>