#FD4DE0

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

Shades of Free Speech Magenta #FD4DE0

Tints of Free Speech Magenta #FD4DE0

Color information

#FD4DE0 (or 0xFD4DE0) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 4D and E0. RGB value is (253,77,224). Sum of RGB (Red+Green+Blue) = 253+77+224=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DE0 is #02B21F. Grayscale: #919191. Windows color (decimal): -176672 or 14700029. OLE color: 14700029.

HSL color Cylindrical-coordinate representation of color #FD4DE0: hue angle of 309.89º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DE0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB25377224-
CMYK00.700.110.01
HSL309.89º97.78%64.71%-
HSV(B)309.89º69.57%99.22%-
XYZ56.6231.5773.63-
YUV146.38171.81204.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 77 (30.47% from 255) = 13.90%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=45.67%
G=13.90%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537722400.700.110.01309.8997.7864.71
HexFD4DE0046B11366241
Octal3751153400106131466142101
Binary11111101100110111100000010001101011110011011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4DE0; }

 p { color: rgb(253,77,224); }

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

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

 a { background-color: rgb(253,77,224); }

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

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

 span { border-color: rgb(253,77,224); }

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