#FE54D8

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

Shades of Free Speech Magenta #FE54D8

Tints of Free Speech Magenta #FE54D8

Color information

#FE54D8 (or 0xFE54D8) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 54 and D8. RGB value is (254,84,216). Sum of RGB (Red+Green+Blue) = 254+84+216=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54D8 is #01AB27. Grayscale: #959595. Windows color (decimal): -109352 or 14177534. OLE color: 14177534.

HSL color Cylindrical-coordinate representation of color #FE54D8: hue angle of 313.41º 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 #FE54D8 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB25484216-
CMYK00.670.150.00
HSL313.41º98.84%66.27%-
HSV(B)313.41º66.93%99.61%-
XYZ56.4432.3768.24-
YUV149.88165.32202.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.85%
GREEN value IS 84 (33.20% from 255) = 15.16%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=45.85%
G=15.16%
B=38.99%

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
Decimal2548421600.670.150.00313.4198.8466.27
HexFE54D8043F01396342
Octal3761243300103170471143102
Binary11111110101010011011000010000111111010011100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE54D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE54D8; }

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

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

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

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

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

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

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

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