#FD5CDC

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

Shades of Free Speech Magenta #FD5CDC

Tints of Free Speech Magenta #FD5CDC

Color information

#FD5CDC (or 0xFD5CDC) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 5C and DC. RGB value is (253,92,220). Sum of RGB (Red+Green+Blue) = 253+92+220=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 92 (36.33% from 255 or 16.28% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CDC is #02A323. Grayscale: #9A9A9A. Windows color (decimal): -172836 or 14441725. OLE color: 14441725.

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

Color convert

RGB25392220-
CMYK00.640.130.01
HSL312.3º97.58%67.65%-
HSV(B)312.3º63.64%99.22%-
XYZ57.2533.771.2-
YUV154.73164.84198.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 92 (36.33% from 255) = 16.28%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=44.78%
G=16.28%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539222000.640.130.01312.397.5867.65
HexFD5CDC040D11386244
Octal3751343340100151470142104
Binary11111101101110011011100010000001101110011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CDC; }

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

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

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

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

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

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

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

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