Html Css Color HEX #FC56DB Free Speech Magenta

📋 copy color: '#FC56DB'

red 252 ◦ green 86 ◦ blue 219

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

Shades of Free Speech Magenta #FC56DB

Tints of Free Speech Magenta #FC56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.44%

 BLUE value IS 219 (85.94% from 255) = 39.32%

R = 45.24%
G = 15.44%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC56DB (or 0xFC56DB) is known color: Free Speech Magenta. HEX triplet: FC, 56 and DB. RGB value is (252,86,219). Sum of RGB (Red+Green+Blue) = 252+86+219=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 86 (33.98% from 255 or 15.44% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC56DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC56DB is #03A924. Grayscale: #969696. Windows color (decimal): -239909 or 14374652. OLE color: 14374652.

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

Color convert

RGB 252 86 219 -
CMYK 0 0.66 0.13 0.01
HSL 311.93º 0.97% 0.66% -
HSV(B) 311.93º 0.66% 0.99% -
XYZ 56.26 32.47 70.32 -
YUV 150.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 252 86 219 0 0.66 0.13 0.01 311.93 0.97 0.66
Hex FC 56 DB 0 42 D 1 138 61 42
Octal 374 126 333 0 102 15 1 470 141 102
Binary 11111100 1010110 11011011 0 1000010 1101 1 100111000 1100001 1000010

Color Harmonies of #FC56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC56DB

Black with #FC56DB

Text Example


Text Example

White with #FC56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC56DB; }

 p { color: rgb(252,86,219); }

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

background-color css

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

 a { background-color: rgb(252,86,219); }

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

border-color css

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

 span { border-color: rgb(252,86,219); }

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