#FA4DF9

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

Shades of Pink Flamingo #FA4DF9

Tints of Pink Flamingo #FA4DF9

Color information

#FA4DF9 (or 0xFA4DF9) is unknown color: approx Pink Flamingo. HEX triplet: FA, 4D and F9. RGB value is (250,77,249). Sum of RGB (Red+Green+Blue) = 250+77+249=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF9 is #05B206. Grayscale: #939393. Windows color (decimal): -373255 or 16338426. OLE color: 16338426.

HSL color Cylindrical-coordinate representation of color #FA4DF9: hue angle of 300.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DF9 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB25077249-
CMYK00.690.000.02
HSL300.35º94.54%64.12%-
HSV(B)300.35º69.2%98.04%-
XYZ59.1832.4792.77-
YUV148.34184.81200.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 77 (30.47% from 255) = 13.37%
BLUE value IS 249 (97.66% from 255) = 43.23%
R=43.40%
G=13.37%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507724900.690.000.02300.3594.5464.12
HexFA4DF90450212c5f40
Octal372115371010502454137100
Binary111110101001101111110010100010101010010110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4DF9; }

 p { color: rgb(250,77,249); }

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

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

 a { background-color: rgb(250,77,249); }

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

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

 span { border-color: rgb(250,77,249); }

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