Shades of Radical Red #FE354D
Tints of Radical Red #FE354D
RGB
CMYK
RGB Variations
Color information
#FE354D (or 0xFE354D) is known color: Radical Red. HEX triplet: FE, 35 and 4D. RGB value is (254,53,77). Sum of RGB (Red+Green+Blue) = 254+53+77=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE354D is #01CAB2. Grayscale: #737373. Windows color (decimal): -117427 or 5060094. OLE color: 5060094.
HSL color Cylindrical-coordinate representation of color #FE354D: hue angle of 352.84º 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 #FE354D is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 77 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.00 |
| HSL | 352.84º | 0.99% | 0.6% | - |
| HSV(B) | 352.84º | 0.79% | 1% | - |
| XYZ | 43.49 | 24.15 | 9.39 | - |
| YUV | 115.84 | 106.09 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 77 | 0 | 0.79 | 0.70 | 0.00 | 352.84 | 0.99 | 0.6 |
| Hex | FE | 35 | 4D | 0 | 4F | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 65 | 115 | 0 | 117 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110101 | 1001101 | 0 | 1001111 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE354D
Complementary color
Monochromatic Colors of #FE354D
Black with #FE354D
Text Example
Text Example
White with #FE354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE354D; }
p { color: rgb(254,53,77); }
H1.HeaderClassName
{
color: #FE354D;
}
.AnyTagClassName
{
color: #FE354D;
}
</style>
background-color css
<style>
a { background-color: #FE354D; }
a { background-color: rgb(254,53,77); }
div.DivClassName
{
background-color: #FE354D;
}
.BgClassName
{
background-color: #FE354D;
}
</style>
border-color css
<style>
span { border-color: #FE354D; }
span { border-color: rgb(254,53,77); }
td.TdClassName
{
border-color: #FE354D;
}
.TagClassName
{
border-color: #FE354D;
}
</style>