Html Css Color HEX #FA59FF Pink Flamingo

📋 copy color: '#FA59FF'

red 250 ◦ green 89 ◦ blue 255

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

Shades of Pink Flamingo #FA59FF

Tints of Pink Flamingo #FA59FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 42.09%
G = 14.98%
B = 42.93%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA59FF (or 0xFA59FF) is known color: Pink Flamingo. HEX triplet: FA, 59 and FF. RGB value is (250,89,255). Sum of RGB (Red+Green+Blue) = 250+89+255=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 89 (35.16% from 255 or 14.98% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59FF is #05A600. Grayscale: #9B9B9B. Windows color (decimal): -370177 or 16734714. OLE color: 16734714.

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

Color convert

RGB 250 89 255 -
CMYK 0.02 0.65 0 0
HSL 298.19º 1% 0.67% -
HSV(B) 298.19º 0.65% 1% -
XYZ 61.05 34.69 98.09 -
YUV 156.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 250 89 255 0.02 0.65 0 0 298.19 1 0.67
Hex FA 59 FF 2 41 0 0 12A 64 43
Octal 372 131 377 2 101 0 0 452 144 103
Binary 11111010 1011001 11111111 10 1000001 0 0 100101010 1100100 1000011

Color Harmonies of #FA59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59FF

Black with #FA59FF

Text Example


Text Example

White with #FA59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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