#FC59E0

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

Shades of Free Speech Magenta #FC59E0

Tints of Free Speech Magenta #FC59E0

Color information

#FC59E0 (or 0xFC59E0) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 59 and E0. RGB value is (252,89,224). Sum of RGB (Red+Green+Blue) = 252+89+224=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59E0 is #03A61F. Grayscale: #989898. Windows color (decimal): -239136 or 14703100. OLE color: 14703100.

HSL color Cylindrical-coordinate representation of color #FC59E0: hue angle of 310.31º 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 #FC59E0 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB25289224-
CMYK00.650.110.01
HSL310.31º96.45%66.86%-
HSV(B)310.31º64.68%98.82%-
XYZ57.1733.2273.92-
YUV153.13168198.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.60%
GREEN value IS 89 (35.16% from 255) = 15.75%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=44.60%
G=15.75%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528922400.650.110.01310.3196.4566.86
HexFC59E0041B11366043
Octal3741313400101131466140103
Binary11111100101100111100000010000011011110011011011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC59E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC59E0; }

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

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

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

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

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

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

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

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