#FF52D6

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

Shades of Free Speech Magenta #FF52D6

Tints of Free Speech Magenta #FF52D6

Color information

#FF52D6 (or 0xFF52D6) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 52 and D6. RGB value is (255,82,214). Sum of RGB (Red+Green+Blue) = 255+82+214=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52D6 is #00AD29. Grayscale: #949494. Windows color (decimal): -44330 or 14045951. OLE color: 14045951.

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

Color convert

RGB25582214-
CMYK00.680.160
HSL314.22º100%66.08%-
HSV(B)314.22º67.84%100%-
XYZ56.3932.1566.85-
YUV148.77164.81203.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 82 (32.42% from 255) = 14.88%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=46.28%
G=14.88%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558221400.680.160314.2210066.08
HexFF52D604410013a6442
Octal3771223260104200472144102
Binary111111111010010110101100100010010000010011101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF52D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF52D6; }

 p { color: rgb(255,82,214); }

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

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

 a { background-color: rgb(255,82,214); }

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

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

 span { border-color: rgb(255,82,214); }

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