#FA52CF

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

Shades of Free Speech Magenta #FA52CF

Tints of Free Speech Magenta #FA52CF

Color information

#FA52CF (or 0xFA52CF) is unknown color: approx Free Speech Magenta. HEX triplet: FA, 52 and CF. RGB value is (250,82,207). Sum of RGB (Red+Green+Blue) = 250+82+207=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 82 (32.42% from 255 or 15.21% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52CF is #05AD30. Grayscale: #929292. Windows color (decimal): -372017 or 13587194. OLE color: 13587194.

HSL color Cylindrical-coordinate representation of color #FA52CF: hue angle of 315.36º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52CF is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB25082207-
CMYK00.670.170.02
HSL315.36º94.38%65.1%-
HSV(B)315.36º67.2%98.04%-
XYZ53.730.8662.16-
YUV146.48162.16201.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 82 (32.42% from 255) = 15.21%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=46.38%
G=15.21%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508220700.670.170.02315.3694.3865.1
HexFA52CF04311213b5e41
Octal3721223170103212473136101
Binary1111101010100101100111101000011100011010011101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA52CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA52CF; }

 p { color: rgb(250,82,207); }

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

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

 a { background-color: rgb(250,82,207); }

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

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

 span { border-color: rgb(250,82,207); }

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