Html Css Color HEX #FA59DC Free Speech Magenta

📋 copy color: '#FA59DC'

red 250 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #FA59DC

Tints of Free Speech Magenta #FA59DC

RGB

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

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

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

R = 44.72%
G = 15.92%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA59DC (or 0xFA59DC) is known color: Free Speech Magenta. HEX triplet: FA, 59 and DC. RGB value is (250,89,220). Sum of RGB (Red+Green+Blue) = 250+89+220=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59DC is #05A623. Grayscale: #979797. Windows color (decimal): -370212 or 14440954. OLE color: 14440954.

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

Color convert

RGB 250 89 220 -
CMYK 0 0.64 0.12 0.02
HSL 311.18º 0.94% 0.66% -
HSV(B) 311.18º 0.64% 0.98% -
XYZ 55.91 32.64 71.06 -
YUV 152.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 250 89 220 0 0.64 0.12 0.02 311.18 0.94 0.66
Hex FA 59 DC 0 40 C 2 137 5E 42
Octal 372 131 334 0 100 14 2 467 136 102
Binary 11111010 1011001 11011100 0 1000000 1100 10 100110111 1011110 1000010

Color Harmonies of #FA59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59DC

Black with #FA59DC

Text Example


Text Example

White with #FA59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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