#FA57F4

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

Shades of Pink Flamingo #FA57F4

Tints of Pink Flamingo #FA57F4

Color information

#FA57F4 (or 0xFA57F4) is unknown color: approx Pink Flamingo. HEX triplet: FA, 57 and F4. RGB value is (250,87,244). Sum of RGB (Red+Green+Blue) = 250+87+244=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 87 (34.38% from 255 or 14.97% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57F4 is #05A80B. Grayscale: #999999. Windows color (decimal): -370700 or 16013306. OLE color: 16013306.

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

Color convert

RGB25087244-
CMYK00.650.020.02
HSL302.21º94.22%66.08%-
HSV(B)302.21º65.2%98.04%-
XYZ59.1633.6788.97-
YUV153.64179196.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.03%
GREEN value IS 87 (34.38% from 255) = 14.97%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=43.03%
G=14.97%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508724400.650.020.02302.2194.2266.08
HexFA57F40412212e5e42
Octal372127364010122456136102
Binary1111101010101111111010001000001101010010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA57F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA57F4; }

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

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

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

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

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

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

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

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