Html Css Color HEX #FA59E2 Free Speech Magenta

📋 copy color: '#FA59E2'

red 250 ◦ green 89 ◦ blue 226

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

Shades of Free Speech Magenta #FA59E2

Tints of Free Speech Magenta #FA59E2

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.75%

 BLUE value IS 226 (88.67% from 255) = 40%

R = 44.25%
G = 15.75%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA59E2 (or 0xFA59E2) is known color: Free Speech Magenta. HEX triplet: FA, 59 and E2. RGB value is (250,89,226). Sum of RGB (Red+Green+Blue) = 250+89+226=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 89 (35.16% from 255 or 15.75% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59E2 is #05A61D. Grayscale: #989898. Windows color (decimal): -370206 or 14834170. OLE color: 14834170.

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

Color convert

RGB 250 89 226 -
CMYK 0 0.64 0.10 0.02
HSL 308.94º 0.94% 0.66% -
HSV(B) 308.94º 0.64% 0.98% -
XYZ 56.72 32.96 75.32 -
YUV 152.76 169.34 197.36 -
System Red Green Blue C M Y K H S L
Decimal 250 89 226 0 0.64 0.10 0.02 308.94 0.94 0.66
Hex FA 59 E2 0 40 A 2 135 5E 42
Octal 372 131 342 0 100 12 2 465 136 102
Binary 11111010 1011001 11100010 0 1000000 1010 10 100110101 1011110 1000010

Color Harmonies of #FA59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59E2

Black with #FA59E2

Text Example


Text Example

White with #FA59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59E2; }

 p { color: rgb(250,89,226); }

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

background-color css

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

 a { background-color: rgb(250,89,226); }

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

border-color css

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

 span { border-color: rgb(250,89,226); }

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