#FE51E0

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

Shades of Free Speech Magenta #FE51E0

Tints of Free Speech Magenta #FE51E0

Color information

#FE51E0 (or 0xFE51E0) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 51 and E0. RGB value is (254,81,224). Sum of RGB (Red+Green+Blue) = 254+81+224=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 81 (32.03% from 255 or 14.49% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51E0 is #01AE1F. Grayscale: #949494. Windows color (decimal): -110112 or 14701054. OLE color: 14701054.

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

Color convert

RGB25481224-
CMYK00.680.120.00
HSL310.4º98.86%65.69%-
HSV(B)310.4º68.11%99.61%-
XYZ57.2732.3473.74-
YUV149.03170.31202.87-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 81 (32.03% from 255) = 14.49%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=45.44%
G=14.49%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548122400.680.120.00310.498.8665.69
HexFE51E0044C01366342
Octal3761213400104140466143102
Binary11111110101000111100000010001001100010011011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE51E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE51E0; }

 p { color: rgb(254,81,224); }

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

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

 a { background-color: rgb(254,81,224); }

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

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

 span { border-color: rgb(254,81,224); }

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