Html Css Color HEX #FC57E0 Free Speech Magenta

📋 copy color: '#FC57E0'

red 252 ◦ green 87 ◦ blue 224

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

Shades of Free Speech Magenta #FC57E0

Tints of Free Speech Magenta #FC57E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.79%

R = 44.76%
G = 15.45%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FC57E0 (or 0xFC57E0) is known color: Free Speech Magenta. HEX triplet: FC, 57 and E0. RGB value is (252,87,224). Sum of RGB (Red+Green+Blue) = 252+87+224=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 87 (34.38% from 255 or 15.45% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57E0 is #03A81F. Grayscale: #979797. Windows color (decimal): -239648 or 14702588. OLE color: 14702588.

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

Color convert

RGB 252 87 224 -
CMYK 0 0.65 0.11 0.01
HSL 310.18º 0.96% 0.66% -
HSV(B) 310.18º 0.65% 0.99% -
XYZ 57.01 32.89 73.87 -
YUV 151.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 252 87 224 0 0.65 0.11 0.01 310.18 0.96 0.66
Hex FC 57 E0 0 41 B 1 136 60 42
Octal 374 127 340 0 101 13 1 466 140 102
Binary 11111100 1010111 11100000 0 1000001 1011 1 100110110 1100000 1000010

Color Harmonies of #FC57E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57E0

Black with #FC57E0

Text Example


Text Example

White with #FC57E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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