#FD53E5

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

Shades of Free Speech Magenta #FD53E5

Tints of Free Speech Magenta #FD53E5

Color information

#FD53E5 (or 0xFD53E5) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 53 and E5. RGB value is (253,83,229). Sum of RGB (Red+Green+Blue) = 253+83+229=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 83 (32.81% from 255 or 14.69% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FD53E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD53E5 is #02AC1A. Grayscale: #969696. Windows color (decimal): -175131 or 15029245. OLE color: 15029245.

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

Color convert

RGB25383229-
CMYK00.670.090.01
HSL308.47º97.7%65.88%-
HSV(B)308.47º67.19%99.22%-
XYZ57.7432.7377.4-
YUV150.47172.32201.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.78%
GREEN value IS 83 (32.81% from 255) = 14.69%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=44.78%
G=14.69%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538322900.670.090.01308.4797.765.88
HexFD53E5043911346242
Octal3751233450103111464142102
Binary11111101101001111100101010000111001110011010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD53E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD53E5; }

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

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

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

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

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

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

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

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