#FE4FE7

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

Shades of Free Speech Magenta #FE4FE7

Tints of Free Speech Magenta #FE4FE7

Color information

#FE4FE7 (or 0xFE4FE7) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 4F and E7. RGB value is (254,79,231). Sum of RGB (Red+Green+Blue) = 254+79+231=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4FE7 is #01B018. Grayscale: #949494. Windows color (decimal): -110617 or 15159294. OLE color: 15159294.

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

Color convert

RGB25479231-
CMYK00.690.090.00
HSL307.89º98.87%65.29%-
HSV(B)307.89º68.9%99.61%-
XYZ58.0932.4378.8-
YUV148.65174.48203.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.04%
GREEN value IS 79 (31.25% from 255) = 14.01%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=45.04%
G=14.01%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547923100.690.090.00307.8998.8765.29
HexFE4FE7045901346341
Octal3761173470105110464143101
Binary11111110100111111100111010001011001010011010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4FE7; }

 p { color: rgb(254,79,231); }

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

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

 a { background-color: rgb(254,79,231); }

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

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

 span { border-color: rgb(254,79,231); }

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