Html Css Color HEX #FC50DC Free Speech Magenta

📋 copy color: '#FC50DC'

red 252 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #FC50DC

Tints of Free Speech Magenta #FC50DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.49%

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

R = 45.65%
G = 14.49%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC50DC (or 0xFC50DC) is known color: Free Speech Magenta. HEX triplet: FC, 50 and DC. RGB value is (252,80,220). Sum of RGB (Red+Green+Blue) = 252+80+220=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 80 (31.64% from 255 or 14.49% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50DC is #03AF23. Grayscale: #929292. Windows color (decimal): -241444 or 14438652. OLE color: 14438652.

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

Color convert

RGB 252 80 220 -
CMYK 0 0.68 0.13 0.01
HSL 311.16º 0.97% 0.65% -
HSV(B) 311.16º 0.68% 0.99% -
XYZ 55.93 31.6 70.86 -
YUV 147.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 252 80 220 0 0.68 0.13 0.01 311.16 0.97 0.65
Hex FC 50 DC 0 44 D 1 137 61 41
Octal 374 120 334 0 104 15 1 467 141 101
Binary 11111100 1010000 11011100 0 1000100 1101 1 100110111 1100001 1000001

Color Harmonies of #FC50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC50DC

Black with #FC50DC

Text Example


Text Example

White with #FC50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC50DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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