#FE404C

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

Shades of Radical Red #FE404C

Tints of Radical Red #FE404C

Color information

#FE404C (or 0xFE404C) is unknown color: approx Radical Red. HEX triplet: FE, 40 and 4C. RGB value is (254,64,76). Sum of RGB (Red+Green+Blue) = 254+64+76=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE404C is #01BFB3. Grayscale: #7A7A7A. Windows color (decimal): -114612 or 4997374. OLE color: 4997374.

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

Color convert

RGB2546476-
CMYK00.750.700.00
HSL356.21º98.96%62.35%-
HSV(B)356.21º74.8%99.61%-
XYZ44.0125.269.39-
YUV122.18101.95222.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.47%
GREEN value IS 64 (25.39% from 255) = 16.24%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=64.47%
G=16.24%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254647600.750.700.00356.2198.9662.35
HexFE404C04B460164633e
Octal3761001140113106054414376
Binary111111101000000100110001001011100011001011001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE404C; }

 p { color: rgb(254,64,76); }

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

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

 a { background-color: rgb(254,64,76); }

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

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

 span { border-color: rgb(254,64,76); }

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