#FA4DF7

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

Shades of Pink Flamingo #FA4DF7

Tints of Pink Flamingo #FA4DF7

Color information

#FA4DF7 (or 0xFA4DF7) is unknown color: approx Pink Flamingo. HEX triplet: FA, 4D and F7. RGB value is (250,77,247). Sum of RGB (Red+Green+Blue) = 250+77+247=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 247 (96.88% from 255 or 43.03% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF7 is #05B208. Grayscale: #939393. Windows color (decimal): -373257 or 16207354. OLE color: 16207354.

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

Color convert

RGB25077247-
CMYK00.690.010.02
HSL301.04º94.54%64.12%-
HSV(B)301.04º69.2%98.04%-
XYZ58.8732.3591.14-
YUV148.11183.81200.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 77 (30.47% from 255) = 13.41%
BLUE value IS 247 (96.88% from 255) = 43.03%
R=43.55%
G=13.41%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507724700.690.010.02301.0494.5464.12
HexFA4DF70451212d5f40
Octal372115367010512455137100
Binary111110101001101111101110100010111010010110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4DF7; }

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

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

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

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

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

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

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

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