Html Css Color HEX #FC5EDC Free Speech Magenta

📋 copy color: '#FC5EDC'

red 252 ◦ green 94 ◦ blue 220

#FC5EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #FC5EDC

Tints of Free Speech Magenta #FC5EDC

RGB

 RED value IS 252 (98.83% from 255) = 44.52%

 GREEN value IS 94 (37.11% from 255) = 16.61%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 44.52%
G = 16.61%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5EDC (or 0xFC5EDC) is known color: Free Speech Magenta. HEX triplet: FC, 5E and DC. RGB value is (252,94,220). Sum of RGB (Red+Green+Blue) = 252+94+220=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 94 (37.11% from 255 or 16.61% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5EDC is #03A123. Grayscale: #9B9B9B. Windows color (decimal): -237860 or 14442236. OLE color: 14442236.

HSL color Cylindrical-coordinate representation of color #FC5EDC: hue angle of 312.15º 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 #FC5EDC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 94 220 -
CMYK 0 0.63 0.13 0.01
HSL 312.15º 0.96% 0.68% -
HSV(B) 312.15º 0.63% 0.99% -
XYZ 57.07 33.87 71.24 -
YUV 155.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 252 94 220 0 0.63 0.13 0.01 312.15 0.96 0.68
Hex FC 5E DC 0 3F D 1 138 60 44
Octal 374 136 334 0 77 15 1 470 140 104
Binary 11111100 1011110 11011100 0 111111 1101 1 100111000 1100000 1000100

Color Harmonies of #FC5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EDC

Black with #FC5EDC

Text Example


Text Example

White with #FC5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EDC; }

 p { color: rgb(252,94,220); }

 H1.HeaderClassName
 {
   color: #FC5EDC;
 }
 .AnyTagClassName
 {
   color: #FC5EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(252,94,220); }

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

border-color css

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

 span { border-color: rgb(252,94,220); }

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