Shades of Radical Red #FE474C
Tints of Radical Red #FE474C
RGB
CMYK
RGB Variations
Color information
#FE474C (or 0xFE474C) is known color: Radical Red. HEX triplet: FE, 47 and 4C. RGB value is (254,71,76). Sum of RGB (Red+Green+Blue) = 254+71+76=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE474C is #01B8B3. Grayscale: #7E7E7E. Windows color (decimal): -112820 or 4999166. OLE color: 4999166.
HSL color Cylindrical-coordinate representation of color #FE474C: hue angle of 358.36º 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 #FE474C is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 71 | 76 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.00 |
| HSL | 358.36º | 0.99% | 0.64% | - |
| HSV(B) | 358.36º | 0.72% | 1% | - |
| XYZ | 44.43 | 26.1 | 9.53 | - |
| YUV | 126.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 71 | 76 | 0 | 0.72 | 0.70 | 0.00 | 358.36 | 0.99 | 0.64 |
| Hex | FE | 47 | 4C | 0 | 48 | 46 | 0 | 166 | 63 | 40 |
| Octal | 376 | 107 | 114 | 0 | 110 | 106 | 0 | 546 | 143 | 100 |
| Binary | 11111110 | 1000111 | 1001100 | 0 | 1001000 | 1000110 | 0 | 101100110 | 1100011 | 1000000 |
Color Harmonies of #FE474C
Complementary color
Monochromatic Colors of #FE474C
Black with #FE474C
Text Example
Text Example
White with #FE474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE474C; }
p { color: rgb(254,71,76); }
H1.HeaderClassName
{
color: #FE474C;
}
.AnyTagClassName
{
color: #FE474C;
}
</style>
background-color css
<style>
a { background-color: #FE474C; }
a { background-color: rgb(254,71,76); }
div.DivClassName
{
background-color: #FE474C;
}
.BgClassName
{
background-color: #FE474C;
}
</style>
border-color css
<style>
span { border-color: #FE474C; }
span { border-color: rgb(254,71,76); }
td.TdClassName
{
border-color: #FE474C;
}
.TagClassName
{
border-color: #FE474C;
}
</style>