Html Css Color HEX #FA59F2 Pink Flamingo

📋 copy color: '#FA59F2'

red 250 ◦ green 89 ◦ blue 242

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

Shades of Pink Flamingo #FA59F2

Tints of Pink Flamingo #FA59F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 43.03%
G = 15.32%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA59F2 (or 0xFA59F2) is known color: Pink Flamingo. HEX triplet: FA, 59 and F2. RGB value is (250,89,242). Sum of RGB (Red+Green+Blue) = 250+89+242=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 89 (35.16% from 255 or 15.32% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59F2 is #05A60D. Grayscale: #9A9A9A. Windows color (decimal): -370190 or 15882746. OLE color: 15882746.

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

Color convert

RGB 250 89 242 -
CMYK 0 0.64 0.03 0.02
HSL 302.98º 0.94% 0.66% -
HSV(B) 302.98º 0.64% 0.98% -
XYZ 59.02 33.88 87.43 -
YUV 154.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 250 89 242 0 0.64 0.03 0.02 302.98 0.94 0.66
Hex FA 59 F2 0 40 3 2 12F 5E 42
Octal 372 131 362 0 100 3 2 457 136 102
Binary 11111010 1011001 11110010 0 1000000 11 10 100101111 1011110 1000010

Color Harmonies of #FA59F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59F2

Black with #FA59F2

Text Example


Text Example

White with #FA59F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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