#FD52D8

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

Shades of Free Speech Magenta #FD52D8

Tints of Free Speech Magenta #FD52D8

Color information

#FD52D8 (or 0xFD52D8) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 52 and D8. RGB value is (253,82,216). Sum of RGB (Red+Green+Blue) = 253+82+216=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52D8 is #02AD27. Grayscale: #949494. Windows color (decimal): -175400 or 14177021. OLE color: 14177021.

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

Color convert

RGB25382216-
CMYK00.680.150.01
HSL312.98º97.71%65.69%-
HSV(B)312.98º67.59%99.22%-
XYZ55.9231.8868.17-
YUV148.4166.15202.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 82 (32.42% from 255) = 14.88%
BLUE value IS 216 (84.77% from 255) = 39.20%
R=45.92%
G=14.88%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538221600.680.150.01312.9897.7165.69
HexFD52D8044F11396242
Octal3751223300104171471142102
Binary11111101101001011011000010001001111110011100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD52D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD52D8; }

 p { color: rgb(253,82,216); }

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

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

 a { background-color: rgb(253,82,216); }

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

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

 span { border-color: rgb(253,82,216); }

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