Shades of Radical Red #FE354C
Tints of Radical Red #FE354C
RGB
CMYK
RGB Variations
Color information
#FE354C (or 0xFE354C) is known color: Radical Red. HEX triplet: FE, 35 and 4C. RGB value is (254,53,76). Sum of RGB (Red+Green+Blue) = 254+53+76=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE354C is #01CAB3. Grayscale: #737373. Windows color (decimal): -117428 or 4994558. OLE color: 4994558.
HSL color Cylindrical-coordinate representation of color #FE354C: hue angle of 353.13º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE354C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 76 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.00 |
| HSL | 353.13º | 0.99% | 0.6% | - |
| HSV(B) | 353.13º | 0.79% | 1% | - |
| XYZ | 43.45 | 24.14 | 9.21 | - |
| YUV | 115.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 76 | 0 | 0.79 | 0.70 | 0.00 | 353.13 | 0.99 | 0.6 |
| Hex | FE | 35 | 4C | 0 | 4F | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 65 | 114 | 0 | 117 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110101 | 1001100 | 0 | 1001111 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE354C
Complementary color
Monochromatic Colors of #FE354C
Black with #FE354C
Text Example
Text Example
White with #FE354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE354C; }
p { color: rgb(254,53,76); }
H1.HeaderClassName
{
color: #FE354C;
}
.AnyTagClassName
{
color: #FE354C;
}
</style>
background-color css
<style>
a { background-color: #FE354C; }
a { background-color: rgb(254,53,76); }
div.DivClassName
{
background-color: #FE354C;
}
.BgClassName
{
background-color: #FE354C;
}
</style>
border-color css
<style>
span { border-color: #FE354C; }
span { border-color: rgb(254,53,76); }
td.TdClassName
{
border-color: #FE354C;
}
.TagClassName
{
border-color: #FE354C;
}
</style>