#FE4AE8

Color #FE4AE8 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #FE4AE8

Tints of Free Speech Magenta #FE4AE8

Color information

#FE4AE8 (or 0xFE4AE8) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 4A and E8. RGB value is (254,74,232). Sum of RGB (Red+Green+Blue) = 254+74+232=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4AE8 is #01B517. Grayscale: #919191. Windows color (decimal): -111896 or 15223550. OLE color: 15223550.

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

Color convert

RGB25474232-
CMYK00.710.090.00
HSL307.33º98.9%64.31%-
HSV(B)307.33º70.87%99.61%-
XYZ57.8931.7979.43-
YUV145.83176.63205.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 74 (29.30% from 255) = 13.21%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=45.36%
G=13.21%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547423200.710.090.00307.3398.964.31
HexFE4AE8047901336340
Octal3761123500107110463143100
Binary11111110100101011101000010001111001010011001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4AE8; }

 p { color: rgb(254,74,232); }

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

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

 a { background-color: rgb(254,74,232); }

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

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

 span { border-color: rgb(254,74,232); }

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