Shades of Radical Red #FE476B
Tints of Radical Red #FE476B
RGB
CMYK
RGB Variations
Color information
#FE476B (or 0xFE476B) is known color: Radical Red. HEX triplet: FE, 47 and 6B. RGB value is (254,71,107). Sum of RGB (Red+Green+Blue) = 254+71+107=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE476B is #01B894. Grayscale: #818181. Windows color (decimal): -112789 or 7030782. OLE color: 7030782.
HSL color Cylindrical-coordinate representation of color #FE476B: hue angle of 348.2º 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 #FE476B is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 107 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.00 |
| HSL | 348.2º | 0.99% | 0.64% | - |
| HSV(B) | 348.2º | 0.72% | 1% | - |
| XYZ | 45.78 | 26.64 | 16.64 | - |
| YUV | 129.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 107 | 0 | 0.72 | 0.58 | 0.00 | 348.2 | 0.99 | 0.64 |
| Hex | FE | 47 | 6B | 0 | 48 | 3A | 0 | 15C | 63 | 40 |
| Octal | 376 | 107 | 153 | 0 | 110 | 72 | 0 | 534 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1101011 | 0 | 1001000 | 111010 | 0 | 101011100 | 1100011 | 1000000 |
Color Harmonies of #FE476B
Complementary color
Monochromatic Colors of #FE476B
Black with #FE476B
Text Example
Text Example
White with #FE476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE476B; }
p { color: rgb(254,71,107); }
H1.HeaderClassName
{
color: #FE476B;
}
.AnyTagClassName
{
color: #FE476B;
}
</style>
background-color css
<style>
a { background-color: #FE476B; }
a { background-color: rgb(254,71,107); }
div.DivClassName
{
background-color: #FE476B;
}
.BgClassName
{
background-color: #FE476B;
}
</style>
border-color css
<style>
span { border-color: #FE476B; }
span { border-color: rgb(254,71,107); }
td.TdClassName
{
border-color: #FE476B;
}
.TagClassName
{
border-color: #FE476B;
}
</style>