#FD59E2

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

Shades of Free Speech Magenta #FD59E2

Tints of Free Speech Magenta #FD59E2

Color information

#FD59E2 (or 0xFD59E2) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 59 and E2. RGB value is (253,89,226). Sum of RGB (Red+Green+Blue) = 253+89+226=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD59E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD59E2 is #02A61D. Grayscale: #999999. Windows color (decimal): -173598 or 14834173. OLE color: 14834173.

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

Color convert

RGB25389226-
CMYK00.650.110.01
HSL309.88º97.62%67.06%-
HSV(B)309.88º64.82%99.22%-
XYZ57.8133.5275.37-
YUV153.65168.83198.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 89 (35.16% from 255) = 15.67%
BLUE value IS 226 (88.67% from 255) = 39.79%
R=44.54%
G=15.67%
B=39.79%

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
Decimal2538922600.650.110.01309.8897.6267.06
HexFD59E2041B11366243
Octal3751313420101131466142103
Binary11111101101100111100010010000011011110011011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD59E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD59E2; }

 p { color: rgb(253,89,226); }

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

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

 a { background-color: rgb(253,89,226); }

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

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

 span { border-color: rgb(253,89,226); }

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