#FA57F2

Color #FA57F2 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FA57F2

Tints of Pink Flamingo #FA57F2

Color information

#FA57F2 (or 0xFA57F2) is unknown color: approx Pink Flamingo. HEX triplet: FA, 57 and F2. RGB value is (250,87,242). Sum of RGB (Red+Green+Blue) = 250+87+242=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 87 (34.38% from 255 or 15.03% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57F2 is #05A80D. Grayscale: #989898. Windows color (decimal): -370702 or 15882234. OLE color: 15882234.

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

Color convert

RGB25087242-
CMYK00.650.030.02
HSL302.94º94.22%66.08%-
HSV(B)302.94º65.2%98.04%-
XYZ58.8633.5587.38-
YUV153.41178196.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.18%
GREEN value IS 87 (34.38% from 255) = 15.03%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=43.18%
G=15.03%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508724200.650.030.02302.9494.2266.08
HexFA57F20413212f5e42
Octal372127362010132457136102
Binary1111101010101111111001001000001111010010111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA57F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA57F2; }

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

 H1.HeaderClassName
 {
   color: #FA57F2;
 }
 .AnyTagClassName
 {
   color: #FA57F2;
 }
</style>
background-color css

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

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

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

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

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

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