Html Css Color HEX #FA59DF Free Speech Magenta

📋 copy color: '#FA59DF'

red 250 ◦ green 89 ◦ blue 223

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

Shades of Free Speech Magenta #FA59DF

Tints of Free Speech Magenta #FA59DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 44.48%
G = 15.84%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA59DF (or 0xFA59DF) is known color: Free Speech Magenta. HEX triplet: FA, 59 and DF. RGB value is (250,89,223). Sum of RGB (Red+Green+Blue) = 250+89+223=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59DF is #05A620. Grayscale: #989898. Windows color (decimal): -370209 or 14637562. OLE color: 14637562.

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

Color convert

RGB 250 89 223 -
CMYK 0 0.64 0.11 0.02
HSL 310.06º 0.94% 0.66% -
HSV(B) 310.06º 0.64% 0.98% -
XYZ 56.32 32.8 73.17 -
YUV 152.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 250 89 223 0 0.64 0.11 0.02 310.06 0.94 0.66
Hex FA 59 DF 0 40 B 2 136 5E 42
Octal 372 131 337 0 100 13 2 466 136 102
Binary 11111010 1011001 11011111 0 1000000 1011 10 100110110 1011110 1000010

Color Harmonies of #FA59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59DF

Black with #FA59DF

Text Example


Text Example

White with #FA59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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