#FE455E

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

Shades of Radical Red #FE455E

Tints of Radical Red #FE455E

Color information

#FE455E (or 0xFE455E) is unknown color: approx Radical Red. HEX triplet: FE, 45 and 5E. RGB value is (254,69,94). Sum of RGB (Red+Green+Blue) = 254+69+94=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE455E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE455E is #01BAA1. Grayscale: #7F7F7F. Windows color (decimal): -113314 or 6178302. OLE color: 6178302.

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

Color convert

RGB2546994-
CMYK00.730.630.00
HSL351.89º98.93%63.33%-
HSV(B)351.89º72.83%99.61%-
XYZ45.0226.1413.26-
YUV127.16109.29218.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 60.91%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 94 (37.11% from 255) = 22.54%
R=60.91%
G=16.55%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254699400.730.630.00351.8998.9363.33
HexFE455E0493F0160633f
Octal376105136011177054014377
Binary11111110100010110111100100100111111101011000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE455E; }

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

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

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

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

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

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

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

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