Html Css Color HEX #FA59E5 Free Speech Magenta

📋 copy color: '#FA59E5'

red 250 ◦ green 89 ◦ blue 229

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

Shades of Free Speech Magenta #FA59E5

Tints of Free Speech Magenta #FA59E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.32%

R = 44.01%
G = 15.67%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA59E5 (or 0xFA59E5) is known color: Free Speech Magenta. HEX triplet: FA, 59 and E5. RGB value is (250,89,229). Sum of RGB (Red+Green+Blue) = 250+89+229=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 89 (35.16% from 255 or 15.67% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59E5 is #05A61A. Grayscale: #989898. Windows color (decimal): -370203 or 15030778. OLE color: 15030778.

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

Color convert

RGB 250 89 229 -
CMYK 0 0.64 0.08 0.02
HSL 307.83º 0.94% 0.66% -
HSV(B) 307.83º 0.64% 0.98% -
XYZ 57.14 33.13 77.51 -
YUV 153.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 250 89 229 0 0.64 0.08 0.02 307.83 0.94 0.66
Hex FA 59 E5 0 40 8 2 134 5E 42
Octal 372 131 345 0 100 10 2 464 136 102
Binary 11111010 1011001 11100101 0 1000000 1000 10 100110100 1011110 1000010

Color Harmonies of #FA59E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59E5

Black with #FA59E5

Text Example


Text Example

White with #FA59E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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