Html Css Color HEX #FC5BDC Free Speech Magenta

📋 copy color: '#FC5BDC'

red 252 ◦ green 91 ◦ blue 220

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

Shades of Free Speech Magenta #FC5BDC

Tints of Free Speech Magenta #FC5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.16%

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

R = 44.76%
G = 16.16%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC5BDC (or 0xFC5BDC) is known color: Free Speech Magenta. HEX triplet: FC, 5B and DC. RGB value is (252,91,220). Sum of RGB (Red+Green+Blue) = 252+91+220=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5BDC is #03A423. Grayscale: #999999. Windows color (decimal): -238628 or 14441468. OLE color: 14441468.

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

Color convert

RGB 252 91 220 -
CMYK 0 0.64 0.13 0.01
HSL 311.93º 0.96% 0.67% -
HSV(B) 311.93º 0.64% 0.99% -
XYZ 56.8 33.34 71.15 -
YUV 153.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 252 91 220 0 0.64 0.13 0.01 311.93 0.96 0.67
Hex FC 5B DC 0 40 D 1 138 60 43
Octal 374 133 334 0 100 15 1 470 140 103
Binary 11111100 1011011 11011100 0 1000000 1101 1 100111000 1100000 1000011

Color Harmonies of #FC5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5BDC

Black with #FC5BDC

Text Example


Text Example

White with #FC5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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