#FD54E1

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

Shades of Free Speech Magenta #FD54E1

Tints of Free Speech Magenta #FD54E1

Color information

#FD54E1 (or 0xFD54E1) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 54 and E1. RGB value is (253,84,225). Sum of RGB (Red+Green+Blue) = 253+84+225=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54E1 is #02AB1E. Grayscale: #969696. Windows color (decimal): -174879 or 14767357. OLE color: 14767357.

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

Color convert

RGB25384225-
CMYK00.670.110.01
HSL309.94º97.69%66.08%-
HSV(B)309.94º66.8%99.22%-
XYZ57.2732.6674.52-
YUV150.6169.99201.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 84 (33.20% from 255) = 14.95%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=45.02%
G=14.95%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538422500.670.110.01309.9497.6966.08
HexFD54E1043B11366242
Octal3751243410103131466142102
Binary11111101101010011100001010000111011110011011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD54E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD54E1; }

 p { color: rgb(253,84,225); }

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

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

 a { background-color: rgb(253,84,225); }

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

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

 span { border-color: rgb(253,84,225); }

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