Shades of Radical Red #FE364D
Tints of Radical Red #FE364D
RGB
CMYK
RGB Variations
Color information
#FE364D (or 0xFE364D) is known color: Radical Red. HEX triplet: FE, 36 and 4D. RGB value is (254,54,77). Sum of RGB (Red+Green+Blue) = 254+54+77=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE364D is #01C9B2. Grayscale: #747474. Windows color (decimal): -117171 or 5060350. OLE color: 5060350.
HSL color Cylindrical-coordinate representation of color #FE364D: hue angle of 353.1º 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 #FE364D is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 77 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.00 |
| HSL | 353.1º | 0.99% | 0.6% | - |
| HSV(B) | 353.1º | 0.79% | 1% | - |
| XYZ | 43.53 | 24.24 | 9.41 | - |
| YUV | 116.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 77 | 0 | 0.79 | 0.70 | 0.00 | 353.1 | 0.99 | 0.6 |
| Hex | FE | 36 | 4D | 0 | 4F | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 66 | 115 | 0 | 117 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110110 | 1001101 | 0 | 1001111 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE364D
Complementary color
Monochromatic Colors of #FE364D
Black with #FE364D
Text Example
Text Example
White with #FE364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE364D; }
p { color: rgb(254,54,77); }
H1.HeaderClassName
{
color: #FE364D;
}
.AnyTagClassName
{
color: #FE364D;
}
</style>
background-color css
<style>
a { background-color: #FE364D; }
a { background-color: rgb(254,54,77); }
div.DivClassName
{
background-color: #FE364D;
}
.BgClassName
{
background-color: #FE364D;
}
</style>
border-color css
<style>
span { border-color: #FE364D; }
span { border-color: rgb(254,54,77); }
td.TdClassName
{
border-color: #FE364D;
}
.TagClassName
{
border-color: #FE364D;
}
</style>