#FE396D

Color #FE396D Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FE396D

Tints of Radical Red #FE396D

Color information

#FE396D (or 0xFE396D) is unknown color: approx Radical Red. HEX triplet: FE, 39 and 6D. RGB value is (254,57,109). Sum of RGB (Red+Green+Blue) = 254+57+109=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE396D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE396D is #01C692. Grayscale: #797979. Windows color (decimal): -116371 or 7158270. OLE color: 7158270.

HSL color Cylindrical-coordinate representation of color #FE396D: hue angle of 344.16º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE396D is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB25457109-
CMYK00.780.570.00
HSL344.16º98.99%60.98%-
HSV(B)344.16º77.56%99.61%-
XYZ45.125.116.94-
YUV121.83120.77222.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 60.48%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=60.48%
G=13.57%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545710900.780.570.00344.1698.9960.98
HexFE396D04E390158633d
Octal37671155011671053014375
Binary1111111011100111011010100111011100101010110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE396D; }

 p { color: rgb(254,57,109); }

 H1.HeaderClassName
 {
   color: #FE396D;
 }
 .AnyTagClassName
 {
   color: #FE396D;
 }
</style>
background-color css

<style>
 a { background-color: #FE396D; }

 a { background-color: rgb(254,57,109); }

 div.DivClassName
 {
   background-color: #FE396D;
 }
 .BgClassName
 {
   background-color: #FE396D;
 }
</style>
border-color css

<style>
 span { border-color: #FE396D; }

 span { border-color: rgb(254,57,109); }

 td.TdClassName
 {
   border-color: #FE396D;
 }
 .TagClassName
 {
   border-color: #FE396D;
 }
</style>