#FD54E0

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

Shades of Free Speech Magenta #FD54E0

Tints of Free Speech Magenta #FD54E0

Color information

#FD54E0 (or 0xFD54E0) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 54 and E0. RGB value is (253,84,224). Sum of RGB (Red+Green+Blue) = 253+84+224=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD54E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD54E0 is #02AB1F. Grayscale: #969696. Windows color (decimal): -174880 or 14701821. OLE color: 14701821.

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

Color convert

RGB25384224-
CMYK00.670.110.01
HSL310.3º97.69%66.08%-
HSV(B)310.3º66.8%99.22%-
XYZ57.1332.6173.8-
YUV150.49169.49201.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.10%
GREEN value IS 84 (33.20% from 255) = 14.97%
BLUE value IS 224 (87.89% from 255) = 39.93%
R=45.10%
G=14.97%
B=39.93%

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
Decimal2538422400.670.110.01310.397.6966.08
HexFD54E0043B11366242
Octal3751243400103131466142102
Binary11111101101010011100000010000111011110011011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD54E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD54E0; }

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

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

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

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

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

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

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

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