Html Css Color HEX #FA57DA Free Speech Magenta

📋 copy color: '#FA57DA'

red 250 ◦ green 87 ◦ blue 218

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

Shades of Free Speech Magenta #FA57DA

Tints of Free Speech Magenta #FA57DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 45.05%
G = 15.68%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA57DA (or 0xFA57DA) is known color: Free Speech Magenta. HEX triplet: FA, 57 and DA. RGB value is (250,87,218). Sum of RGB (Red+Green+Blue) = 250+87+218=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57DA is #05A825. Grayscale: #969696. Windows color (decimal): -370726 or 14309370. OLE color: 14309370.

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

Color convert

RGB 250 87 218 -
CMYK 0 0.65 0.13 0.02
HSL 311.78º 0.94% 0.66% -
HSV(B) 311.78º 0.65% 0.98% -
XYZ 55.49 32.2 69.62 -
YUV 150.67 166 198.85 -
System Red Green Blue C M Y K H S L
Decimal 250 87 218 0 0.65 0.13 0.02 311.78 0.94 0.66
Hex FA 57 DA 0 41 D 2 138 5E 42
Octal 372 127 332 0 101 15 2 470 136 102
Binary 11111010 1010111 11011010 0 1000001 1101 10 100111000 1011110 1000010

Color Harmonies of #FA57DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57DA

Black with #FA57DA

Text Example


Text Example

White with #FA57DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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