Html Css Color HEX #FC57E5 Free Speech Magenta

📋 copy color: '#FC57E5'

red 252 ◦ green 87 ◦ blue 229

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

Shades of Free Speech Magenta #FC57E5

Tints of Free Speech Magenta #FC57E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.32%

R = 44.37%
G = 15.32%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FC57E5 (or 0xFC57E5) is known color: Free Speech Magenta. HEX triplet: FC, 57 and E5. RGB value is (252,87,229). Sum of RGB (Red+Green+Blue) = 252+87+229=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57E5 is #03A81A. Grayscale: #989898. Windows color (decimal): -239643 or 15030268. OLE color: 15030268.

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

Color convert

RGB 252 87 229 -
CMYK 0 0.65 0.09 0.01
HSL 308.36º 0.96% 0.66% -
HSV(B) 308.36º 0.65% 0.99% -
XYZ 57.7 33.17 77.49 -
YUV 152.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 252 87 229 0 0.65 0.09 0.01 308.36 0.96 0.66
Hex FC 57 E5 0 41 9 1 134 60 42
Octal 374 127 345 0 101 11 1 464 140 102
Binary 11111100 1010111 11100101 0 1000001 1001 1 100110100 1100000 1000010

Color Harmonies of #FC57E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57E5

Black with #FC57E5

Text Example


Text Example

White with #FC57E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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