#FC5DE2

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

Shades of Free Speech Magenta #FC5DE2

Tints of Free Speech Magenta #FC5DE2

Color information

#FC5DE2 (or 0xFC5DE2) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 5D and E2. RGB value is (252,93,226). Sum of RGB (Red+Green+Blue) = 252+93+226=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DE2 is #03A21D. Grayscale: #9B9B9B. Windows color (decimal): -238110 or 14835196. OLE color: 14835196.

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

Color convert

RGB25293226-
CMYK00.630.100.01
HSL309.81º96.36%67.65%-
HSV(B)309.81º63.1%98.82%-
XYZ57.7934.0275.47-
YUV155.7167.68196.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 93 (36.72% from 255) = 16.29%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=44.13%
G=16.29%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529322600.630.100.01309.8196.3667.65
HexFC5DE203FA11366044
Octal374135342077121466140104
Binary1111110010111011110001001111111010110011011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DE2; }

 p { color: rgb(252,93,226); }

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

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

 a { background-color: rgb(252,93,226); }

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

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

 span { border-color: rgb(252,93,226); }

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