#FE56DC

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

Shades of Free Speech Magenta #FE56DC

Tints of Free Speech Magenta #FE56DC

Color information

#FE56DC (or 0xFE56DC) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 56 and DC. RGB value is (254,86,220). Sum of RGB (Red+Green+Blue) = 254+86+220=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 86 (33.98% from 255 or 15.36% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56DC is #01A923. Grayscale: #979797. Windows color (decimal): -108836 or 14440190. OLE color: 14440190.

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

Color convert

RGB25486220-
CMYK00.660.130.00
HSL312.14º98.82%66.67%-
HSV(B)312.14º66.14%99.61%-
XYZ57.1232.8971.05-
YUV151.51166.66201.1-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.36%
GREEN value IS 86 (33.98% from 255) = 15.36%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=45.36%
G=15.36%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548622000.660.130.00312.1498.8266.67
HexFE56DC042D01386343
Octal3761263340102150470143103
Binary11111110101011011011100010000101101010011100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE56DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE56DC; }

 p { color: rgb(254,86,220); }

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

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

 a { background-color: rgb(254,86,220); }

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

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

 span { border-color: rgb(254,86,220); }

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