#FC5ADA

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

Shades of Free Speech Magenta #FC5ADA

Tints of Free Speech Magenta #FC5ADA

Color information

#FC5ADA (or 0xFC5ADA) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 5A and DA. RGB value is (252,90,218). Sum of RGB (Red+Green+Blue) = 252+90+218=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 90 (35.55% from 255 or 16.07% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ADA is #03A525. Grayscale: #989898. Windows color (decimal): -238886 or 14310140. OLE color: 14310140.

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

Color convert

RGB25290218-
CMYK00.640.130.01
HSL312.59º96.43%67.06%-
HSV(B)312.59º64.29%98.82%-
XYZ56.4633.0769.74-
YUV153.03164.67198.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 90 (35.55% from 255) = 16.07%
BLUE value IS 218 (85.55% from 255) = 38.93%
R=45%
G=16.07%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529021800.640.130.01312.5996.4367.06
HexFC5ADA040D11396043
Octal3741323320100151471140103
Binary11111100101101011011010010000001101110011100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5ADA; }

 p { color: rgb(252,90,218); }

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

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

 a { background-color: rgb(252,90,218); }

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

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

 span { border-color: rgb(252,90,218); }

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