Shades of Radical Red #FE354E
Tints of Radical Red #FE354E
RGB
CMYK
RGB Variations
Color information
#FE354E (or 0xFE354E) is known color: Radical Red. HEX triplet: FE, 35 and 4E. RGB value is (254,53,78). Sum of RGB (Red+Green+Blue) = 254+53+78=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE354E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE354E is #01CAB1. Grayscale: #747474. Windows color (decimal): -117426 or 5125630. OLE color: 5125630.
HSL color Cylindrical-coordinate representation of color #FE354E: hue angle of 352.54º 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 #FE354E is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 78 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.00 |
| HSL | 352.54º | 0.99% | 0.6% | - |
| HSV(B) | 352.54º | 0.79% | 1% | - |
| XYZ | 43.52 | 24.17 | 9.58 | - |
| YUV | 115.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 78 | 0 | 0.79 | 0.69 | 0.00 | 352.54 | 0.99 | 0.6 |
| Hex | FE | 35 | 4E | 0 | 4F | 45 | 0 | 161 | 63 | 3C |
| Octal | 376 | 65 | 116 | 0 | 117 | 105 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110101 | 1001110 | 0 | 1001111 | 1000101 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE354E
Complementary color
Monochromatic Colors of #FE354E
Black with #FE354E
Text Example
Text Example
White with #FE354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE354E; }
p { color: rgb(254,53,78); }
H1.HeaderClassName
{
color: #FE354E;
}
.AnyTagClassName
{
color: #FE354E;
}
</style>
background-color css
<style>
a { background-color: #FE354E; }
a { background-color: rgb(254,53,78); }
div.DivClassName
{
background-color: #FE354E;
}
.BgClassName
{
background-color: #FE354E;
}
</style>
border-color css
<style>
span { border-color: #FE354E; }
span { border-color: rgb(254,53,78); }
td.TdClassName
{
border-color: #FE354E;
}
.TagClassName
{
border-color: #FE354E;
}
</style>