Shades of Radical Red #FE364C
Tints of Radical Red #FE364C
RGB
CMYK
RGB Variations
Color information
#FE364C (or 0xFE364C) is known color: Radical Red. HEX triplet: FE, 36 and 4C. RGB value is (254,54,76). Sum of RGB (Red+Green+Blue) = 254+54+76=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE364C is #01C9B3. Grayscale: #747474. Windows color (decimal): -117172 or 4994814. OLE color: 4994814.
HSL color Cylindrical-coordinate representation of color #FE364C: hue angle of 353.4º 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 #FE364C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 76 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.00 |
| HSL | 353.4º | 0.99% | 0.6% | - |
| HSV(B) | 353.4º | 0.79% | 1% | - |
| XYZ | 43.5 | 24.23 | 9.22 | - |
| YUV | 116.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 76 | 0 | 0.79 | 0.70 | 0.00 | 353.4 | 0.99 | 0.6 |
| Hex | FE | 36 | 4C | 0 | 4F | 46 | 0 | 161 | 63 | 3C |
| Octal | 376 | 66 | 114 | 0 | 117 | 106 | 0 | 541 | 143 | 74 |
| Binary | 11111110 | 110110 | 1001100 | 0 | 1001111 | 1000110 | 0 | 101100001 | 1100011 | 111100 |
Color Harmonies of #FE364C
Complementary color
Monochromatic Colors of #FE364C
Black with #FE364C
Text Example
Text Example
White with #FE364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE364C; }
p { color: rgb(254,54,76); }
H1.HeaderClassName
{
color: #FE364C;
}
.AnyTagClassName
{
color: #FE364C;
}
</style>
background-color css
<style>
a { background-color: #FE364C; }
a { background-color: rgb(254,54,76); }
div.DivClassName
{
background-color: #FE364C;
}
.BgClassName
{
background-color: #FE364C;
}
</style>
border-color css
<style>
span { border-color: #FE364C; }
span { border-color: rgb(254,54,76); }
td.TdClassName
{
border-color: #FE364C;
}
.TagClassName
{
border-color: #FE364C;
}
</style>