#FD5EE5

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

Shades of Free Speech Magenta #FD5EE5

Tints of Free Speech Magenta #FD5EE5

Color information

#FD5EE5 (or 0xFD5EE5) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 5E and E5. RGB value is (253,94,229). Sum of RGB (Red+Green+Blue) = 253+94+229=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EE5 is #02A11A. Grayscale: #9C9C9C. Windows color (decimal): -172315 or 15032061. OLE color: 15032061.

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

Color convert

RGB25394229-
CMYK00.630.090.01
HSL309.06º97.55%68.04%-
HSV(B)309.06º62.85%99.22%-
XYZ58.6534.5577.71-
YUV156.93168.68196.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 94 (37.11% from 255) = 16.32%
BLUE value IS 229 (89.84% from 255) = 39.76%
R=43.92%
G=16.32%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539422900.630.090.01309.0697.5568.04
HexFD5EE503F911356244
Octal375136345077111465142104
Binary1111110110111101110010101111111001110011010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5EE5; }

 p { color: rgb(253,94,229); }

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

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

 a { background-color: rgb(253,94,229); }

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

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

 span { border-color: rgb(253,94,229); }

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