Html Css Color HEX #FC5FDC Free Speech Magenta

📋 copy color: '#FC5FDC'

red 252 ◦ green 95 ◦ blue 220

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

Shades of Free Speech Magenta #FC5FDC

Tints of Free Speech Magenta #FC5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.75%

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

R = 44.44%
G = 16.75%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5FDC (or 0xFC5FDC) is known color: Free Speech Magenta. HEX triplet: FC, 5F and DC. RGB value is (252,95,220). Sum of RGB (Red+Green+Blue) = 252+95+220=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5FDC is #03A023. Grayscale: #9B9B9B. Windows color (decimal): -237604 or 14442492. OLE color: 14442492.

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

Color convert

RGB 252 95 220 -
CMYK 0 0.62 0.13 0.01
HSL 312.23º 0.96% 0.68% -
HSV(B) 312.23º 0.62% 0.99% -
XYZ 57.16 34.05 71.27 -
YUV 156.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 252 95 220 0 0.62 0.13 0.01 312.23 0.96 0.68
Hex FC 5F DC 0 3E D 1 138 60 44
Octal 374 137 334 0 76 15 1 470 140 104
Binary 11111100 1011111 11011100 0 111110 1101 1 100111000 1100000 1000100

Color Harmonies of #FC5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5FDC

Black with #FC5FDC

Text Example


Text Example

White with #FC5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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