#FE55D6

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

Shades of Free Speech Magenta #FE55D6

Tints of Free Speech Magenta #FE55D6

Color information

#FE55D6 (or 0xFE55D6) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 55 and D6. RGB value is (254,85,214). Sum of RGB (Red+Green+Blue) = 254+85+214=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 85 (33.59% from 255 or 15.37% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE55D6 is #01AA29. Grayscale: #959595. Windows color (decimal): -109098 or 14046718. OLE color: 14046718.

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

Color convert

RGB25485214-
CMYK00.670.160.00
HSL314.2º98.83%66.47%-
HSV(B)314.2º66.54%99.61%-
XYZ56.2632.4266.91-
YUV150.24163.99202.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 85 (33.59% from 255) = 15.37%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=45.93%
G=15.37%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548521400.670.160.00314.298.8366.47
HexFE55D604310013a6342
Octal3761253260103200472143102
Binary111111101010101110101100100001110000010011101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE55D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE55D6; }

 p { color: rgb(254,85,214); }

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

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

 a { background-color: rgb(254,85,214); }

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

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

 span { border-color: rgb(254,85,214); }

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