Html Css Color HEX #FA59E9 Pink Flamingo

📋 copy color: '#FA59E9'

red 250 ◦ green 89 ◦ blue 233

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

Shades of Pink Flamingo #FA59E9

Tints of Pink Flamingo #FA59E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.73%

R = 43.71%
G = 15.56%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA59E9 (or 0xFA59E9) is known color: Pink Flamingo. HEX triplet: FA, 59 and E9. RGB value is (250,89,233). Sum of RGB (Red+Green+Blue) = 250+89+233=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 89 (35.16% from 255 or 15.56% from 572); Blue value is 233 (91.41% from 255 or 40.73% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59E9 is #05A616. Grayscale: #999999. Windows color (decimal): -370199 or 15292922. OLE color: 15292922.

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

Color convert

RGB 250 89 233 -
CMYK 0 0.64 0.07 0.02
HSL 306.34º 0.94% 0.66% -
HSV(B) 306.34º 0.64% 0.98% -
XYZ 57.7 33.35 80.49 -
YUV 153.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 250 89 233 0 0.64 0.07 0.02 306.34 0.94 0.66
Hex FA 59 E9 0 40 7 2 132 5E 42
Octal 372 131 351 0 100 7 2 462 136 102
Binary 11111010 1011001 11101001 0 1000000 111 10 100110010 1011110 1000010

Color Harmonies of #FA59E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59E9

Black with #FA59E9

Text Example


Text Example

White with #FA59E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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