#FC59DF

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

Shades of Free Speech Magenta #FC59DF

Tints of Free Speech Magenta #FC59DF

Color information

#FC59DF (or 0xFC59DF) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 59 and DF. RGB value is (252,89,223). Sum of RGB (Red+Green+Blue) = 252+89+223=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59DF is #03A620. Grayscale: #989898. Windows color (decimal): -239137 or 14637564. OLE color: 14637564.

HSL color Cylindrical-coordinate representation of color #FC59DF: hue angle of 310.67º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC59DF is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB25289223-
CMYK00.650.120.01
HSL310.67º96.45%66.86%-
HSV(B)310.67º64.68%98.82%-
XYZ57.0433.1773.21-
YUV153.01167.5198.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 89 (35.16% from 255) = 15.78%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=44.68%
G=15.78%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528922300.650.120.01310.6796.4566.86
HexFC59DF041C11376043
Octal3741313370101141467140103
Binary11111100101100111011111010000011100110011011111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC59DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC59DF; }

 p { color: rgb(252,89,223); }

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

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

 a { background-color: rgb(252,89,223); }

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

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

 span { border-color: rgb(252,89,223); }

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