Html Css Color HEX #FC57D8 Free Speech Magenta

📋 copy color: '#FC57D8'

red 252 ◦ green 87 ◦ blue 216

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

Shades of Free Speech Magenta #FC57D8

Tints of Free Speech Magenta #FC57D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 45.41%
G = 15.68%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC57D8 (or 0xFC57D8) is known color: Free Speech Magenta. HEX triplet: FC, 57 and D8. RGB value is (252,87,216). Sum of RGB (Red+Green+Blue) = 252+87+216=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57D8 is #03A827. Grayscale: #969696. Windows color (decimal): -239656 or 14178300. OLE color: 14178300.

HSL color Cylindrical-coordinate representation of color #FC57D8: hue angle of 313.09º 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 #FC57D8 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 87 216 -
CMYK 0 0.65 0.14 0.01
HSL 313.09º 0.96% 0.66% -
HSV(B) 313.09º 0.65% 0.99% -
XYZ 55.95 32.47 68.28 -
YUV 151.04 164.66 200.01 -
System Red Green Blue C M Y K H S L
Decimal 252 87 216 0 0.65 0.14 0.01 313.09 0.96 0.66
Hex FC 57 D8 0 41 E 1 139 60 42
Octal 374 127 330 0 101 16 1 471 140 102
Binary 11111100 1010111 11011000 0 1000001 1110 1 100111001 1100000 1000010

Color Harmonies of #FC57D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57D8

Black with #FC57D8

Text Example


Text Example

White with #FC57D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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