#FD56DC

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

Shades of Free Speech Magenta #FD56DC

Tints of Free Speech Magenta #FD56DC

Color information

#FD56DC (or 0xFD56DC) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 56 and DC. RGB value is (253,86,220). Sum of RGB (Red+Green+Blue) = 253+86+220=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 86 (33.98% from 255 or 15.38% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD56DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD56DC is #02A923. Grayscale: #969696. Windows color (decimal): -174372 or 14440189. OLE color: 14440189.

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

Color convert

RGB25386220-
CMYK00.660.130.01
HSL311.86º97.66%66.47%-
HSV(B)311.86º66.01%99.22%-
XYZ56.7532.7171.03-
YUV151.21166.83200.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 86 (33.98% from 255) = 15.38%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=45.26%
G=15.38%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538622000.660.130.01311.8697.6666.47
HexFD56DC042D11386242
Octal3751263340102151470142102
Binary11111101101011011011100010000101101110011100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD56DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD56DC; }

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

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

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

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

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

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

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

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