#FD5EDD

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

Shades of Free Speech Magenta #FD5EDD

Tints of Free Speech Magenta #FD5EDD

Color information

#FD5EDD (or 0xFD5EDD) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 5E and DD. RGB value is (253,94,221). Sum of RGB (Red+Green+Blue) = 253+94+221=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EDD is #02A122. Grayscale: #9B9B9B. Windows color (decimal): -172323 or 14507773. OLE color: 14507773.

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

Color convert

RGB25394221-
CMYK00.630.130.01
HSL312.08º97.55%68.04%-
HSV(B)312.08º62.85%99.22%-
XYZ57.5634.1171.96-
YUV156.02164.68197.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 94 (37.11% from 255) = 16.55%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=44.54%
G=16.55%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539422100.630.130.01312.0897.5568.04
HexFD5EDD03FD11386244
Octal375136335077151470142104
Binary1111110110111101101110101111111101110011100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5EDD; }

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

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

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

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

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

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

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

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