Html Css Color HEX #FA57E7 Free Speech Magenta

📋 copy color: '#FA57E7'

red 250 ◦ green 87 ◦ blue 231

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

Shades of Free Speech Magenta #FA57E7

Tints of Free Speech Magenta #FA57E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.67%

R = 44.01%
G = 15.32%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA57E7 (or 0xFA57E7) is known color: Free Speech Magenta. HEX triplet: FA, 57 and E7. RGB value is (250,87,231). Sum of RGB (Red+Green+Blue) = 250+87+231=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 87 (34.38% from 255 or 15.32% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57E7 is #05A818. Grayscale: #979797. Windows color (decimal): -370713 or 15161338. OLE color: 15161338.

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

Color convert

RGB 250 87 231 -
CMYK 0 0.65 0.08 0.02
HSL 306.99º 0.94% 0.66% -
HSV(B) 306.99º 0.65% 0.98% -
XYZ 57.26 32.91 78.94 -
YUV 152.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 250 87 231 0 0.65 0.08 0.02 306.99 0.94 0.66
Hex FA 57 E7 0 41 8 2 133 5E 42
Octal 372 127 347 0 101 10 2 463 136 102
Binary 11111010 1010111 11100111 0 1000001 1000 10 100110011 1011110 1000010

Color Harmonies of #FA57E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57E7

Black with #FA57E7

Text Example


Text Example

White with #FA57E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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