#FD52D7

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

Shades of Free Speech Magenta #FD52D7

Tints of Free Speech Magenta #FD52D7

Color information

#FD52D7 (or 0xFD52D7) is unknown color: approx Free Speech Magenta. HEX triplet: FD, 52 and D7. RGB value is (253,82,215). Sum of RGB (Red+Green+Blue) = 253+82+215=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52D7 is #02AD28. Grayscale: #939393. Windows color (decimal): -175401 or 14111485. OLE color: 14111485.

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

Color convert

RGB25382215-
CMYK00.680.150.01
HSL313.33º97.71%65.69%-
HSV(B)313.33º67.59%99.22%-
XYZ55.7931.8267.49-
YUV148.29165.65202.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 82 (32.42% from 255) = 14.91%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=46%
G=14.91%
B=39.09%

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
Decimal2538221500.680.150.01313.3397.7165.69
HexFD52D7044F11396242
Octal3751223270104171471142102
Binary11111101101001011010111010001001111110011100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD52D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD52D7; }

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

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

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

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

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

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

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

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