#FE475E

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

Shades of Radical Red #FE475E

Tints of Radical Red #FE475E

Color information

#FE475E (or 0xFE475E) is unknown color: approx Radical Red. HEX triplet: FE, 47 and 5E. RGB value is (254,71,94). Sum of RGB (Red+Green+Blue) = 254+71+94=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE475E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE475E is #01B8A1. Grayscale: #808080. Windows color (decimal): -112802 or 6178814. OLE color: 6178814.

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

Color convert

RGB2547194-
CMYK00.720.630.00
HSL352.46º98.92%63.73%-
HSV(B)352.46º72.05%99.61%-
XYZ45.1526.3913.3-
YUV128.34108.63217.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.62%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=60.62%
G=16.95%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254719400.720.630.00352.4698.9263.73
HexFE475E0483F01606340
Octal3761071360110770540143100
Binary111111101000111101111001001000111111010110000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE475E; }

 p { color: rgb(254,71,94); }

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

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

 a { background-color: rgb(254,71,94); }

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

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

 span { border-color: rgb(254,71,94); }

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