#FE59DE

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

Shades of Free Speech Magenta #FE59DE

Tints of Free Speech Magenta #FE59DE

Color information

#FE59DE (or 0xFE59DE) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 59 and DE. RGB value is (254,89,222). Sum of RGB (Red+Green+Blue) = 254+89+222=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59DE is #01A621. Grayscale: #999999. Windows color (decimal): -108066 or 14572030. OLE color: 14572030.

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

Color convert

RGB25489222-
CMYK00.650.130.00
HSL311.64º98.8%67.25%-
HSV(B)311.64º64.96%99.61%-
XYZ57.6333.4972.53-
YUV153.5166.66199.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.96%
GREEN value IS 89 (35.16% from 255) = 15.75%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=44.96%
G=15.75%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548922200.650.130.00311.6498.867.25
HexFE59DE041D01386343
Octal3761313360101150470143103
Binary11111110101100111011110010000011101010011100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE59DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE59DE; }

 p { color: rgb(254,89,222); }

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

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

 a { background-color: rgb(254,89,222); }

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

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

 span { border-color: rgb(254,89,222); }

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