#FC52E0

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

Shades of Free Speech Magenta #FC52E0

Tints of Free Speech Magenta #FC52E0

Color information

#FC52E0 (or 0xFC52E0) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 52 and E0. RGB value is (252,82,224). Sum of RGB (Red+Green+Blue) = 252+82+224=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 82 (32.42% from 255 or 14.70% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC52E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC52E0 is #03AD1F. Grayscale: #949494. Windows color (decimal): -240928 or 14701308. OLE color: 14701308.

HSL color Cylindrical-coordinate representation of color #FC52E0: hue angle of 309.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC52E0 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB25282224-
CMYK00.670.110.01
HSL309.88º96.59%65.49%-
HSV(B)309.88º67.46%98.82%-
XYZ56.6232.1173.74-
YUV149.02170.32201.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 82 (32.42% from 255) = 14.70%
BLUE value IS 224 (87.89% from 255) = 40.14%
R=45.16%
G=14.70%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528222400.670.110.01309.8896.5965.49
HexFC52E0043B11366141
Octal3741223400103131466141101
Binary11111100101001011100000010000111011110011011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC52E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC52E0; }

 p { color: rgb(252,82,224); }

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

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

 a { background-color: rgb(252,82,224); }

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

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

 span { border-color: rgb(252,82,224); }

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