Html Css Color HEX #FA59FD Pink Flamingo

📋 copy color: '#FA59FD'

red 250 ◦ green 89 ◦ blue 253

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

Shades of Pink Flamingo #FA59FD

Tints of Pink Flamingo #FA59FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 42.23%
G = 15.03%
B = 42.74%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA59FD (or 0xFA59FD) is known color: Pink Flamingo. HEX triplet: FA, 59 and FD. RGB value is (250,89,253). Sum of RGB (Red+Green+Blue) = 250+89+253=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 89 (35.16% from 255 or 15.03% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA59FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59FD is #05A602. Grayscale: #9B9B9B. Windows color (decimal): -370179 or 16603642. OLE color: 16603642.

HSL color Cylindrical-coordinate representation of color #FA59FD: hue angle of 298.9º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA59FD is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 89 253 -
CMYK 0.01 0.65 0 0.01
HSL 298.9º 0.98% 0.67% -
HSV(B) 298.9º 0.65% 0.99% -
XYZ 60.73 34.56 96.4 -
YUV 155.84 182.84 195.16 -
System Red Green Blue C M Y K H S L
Decimal 250 89 253 0.01 0.65 0 0.01 298.9 0.98 0.67
Hex FA 59 FD 1 41 0 1 12B 62 43
Octal 372 131 375 1 101 0 1 453 142 103
Binary 11111010 1011001 11111101 1 1000001 0 1 100101011 1100010 1000011

Color Harmonies of #FA59FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59FD

Black with #FA59FD

Text Example


Text Example

White with #FA59FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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