#FC5CE0

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

Shades of Free Speech Magenta #FC5CE0

Tints of Free Speech Magenta #FC5CE0

Color information

#FC5CE0 (or 0xFC5CE0) is unknown color: approx Free Speech Magenta. HEX triplet: FC, 5C and E0. RGB value is (252,92,224). Sum of RGB (Red+Green+Blue) = 252+92+224=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5CE0 is #03A31F. Grayscale: #9A9A9A. Windows color (decimal): -238368 or 14703868. OLE color: 14703868.

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

Color convert

RGB25292224-
CMYK00.630.110.01
HSL310.5º96.39%67.45%-
HSV(B)310.5º63.49%98.82%-
XYZ57.4333.7374.01-
YUV154.89167.01197.27-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.37%
GREEN value IS 92 (36.33% from 255) = 16.20%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=44.37%
G=16.20%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529222400.630.110.01310.596.3967.45
HexFC5CE003FB11366043
Octal374134340077131466140103
Binary1111110010111001110000001111111011110011011011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5CE0; }

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

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

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

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

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

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

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

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