#FE54D7

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

Shades of Free Speech Magenta #FE54D7

Tints of Free Speech Magenta #FE54D7

Color information

#FE54D7 (or 0xFE54D7) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 54 and D7. RGB value is (254,84,215). Sum of RGB (Red+Green+Blue) = 254+84+215=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 84 (33.20% from 255 or 15.19% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D7 is #01AB28. Grayscale: #959595. Windows color (decimal): -109353 or 14111998. OLE color: 14111998.

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

Color convert

RGB25484215-
CMYK00.670.150.00
HSL313.76º98.84%66.27%-
HSV(B)313.76º66.93%99.61%-
XYZ56.3132.3267.56-
YUV149.76164.82202.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 84 (33.20% from 255) = 15.19%
BLUE value IS 215 (84.38% from 255) = 38.88%
R=45.93%
G=15.19%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548421500.670.150.00313.7698.8466.27
HexFE54D7043F013a6342
Octal3761243270103170472143102
Binary11111110101010011010111010000111111010011101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE54D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE54D7; }

 p { color: rgb(254,84,215); }

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

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

 a { background-color: rgb(254,84,215); }

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

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

 span { border-color: rgb(254,84,215); }

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