Html Css Color HEX #FA57DC Free Speech Magenta

📋 copy color: '#FA57DC'

red 250 ◦ green 87 ◦ blue 220

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

Shades of Free Speech Magenta #FA57DC

Tints of Free Speech Magenta #FA57DC

RGB

 RED value IS 250 (98.05% from 255) = 44.88%

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 44.88%
G = 15.62%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA57DC (or 0xFA57DC) is known color: Free Speech Magenta. HEX triplet: FA, 57 and DC. RGB value is (250,87,220). Sum of RGB (Red+Green+Blue) = 250+87+220=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57DC is #05A823. Grayscale: #969696. Windows color (decimal): -370724 or 14440442. OLE color: 14440442.

HSL color Cylindrical-coordinate representation of color #FA57DC: hue angle of 311.04º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57DC is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 87 220 -
CMYK 0 0.65 0.12 0.02
HSL 311.04º 0.94% 0.66% -
HSV(B) 311.04º 0.65% 0.98% -
XYZ 55.75 32.31 71.01 -
YUV 150.9 167 198.69 -
System Red Green Blue C M Y K H S L
Decimal 250 87 220 0 0.65 0.12 0.02 311.04 0.94 0.66
Hex FA 57 DC 0 41 C 2 137 5E 42
Octal 372 127 334 0 101 14 2 467 136 102
Binary 11111010 1010111 11011100 0 1000001 1100 10 100110111 1011110 1000010

Color Harmonies of #FA57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57DC

Black with #FA57DC

Text Example


Text Example

White with #FA57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57DC; }

 p { color: rgb(250,87,220); }

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

background-color css

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

 a { background-color: rgb(250,87,220); }

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

border-color css

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

 span { border-color: rgb(250,87,220); }

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