Html Css Color HEX #FC57DB Free Speech Magenta

📋 copy color: '#FC57DB'

red 252 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #FC57DB

Tints of Free Speech Magenta #FC57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.59%

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

R = 45.16%
G = 15.59%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC57DB (or 0xFC57DB) is known color: Free Speech Magenta. HEX triplet: FC, 57 and DB. RGB value is (252,87,219). Sum of RGB (Red+Green+Blue) = 252+87+219=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 87 (34.38% from 255 or 15.59% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57DB is #03A824. Grayscale: #979797. Windows color (decimal): -239653 or 14374908. OLE color: 14374908.

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

Color convert

RGB 252 87 219 -
CMYK 0 0.65 0.13 0.01
HSL 312º 0.96% 0.66% -
HSV(B) 312º 0.65% 0.99% -
XYZ 56.34 32.63 70.35 -
YUV 151.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 252 87 219 0 0.65 0.13 0.01 312 0.96 0.66
Hex FC 57 DB 0 41 D 1 138 60 42
Octal 374 127 333 0 101 15 1 470 140 102
Binary 11111100 1010111 11011011 0 1000001 1101 1 100111000 1100000 1000010

Color Harmonies of #FC57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57DB

Black with #FC57DB

Text Example


Text Example

White with #FC57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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