#FA69E7

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

Shades of Pink Flamingo #FA69E7

Tints of Pink Flamingo #FA69E7

Color information

#FA69E7 (or 0xFA69E7) is unknown color: approx Pink Flamingo. HEX triplet: FA, 69 and E7. RGB value is (250,105,231). Sum of RGB (Red+Green+Blue) = 250+105+231=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 105 (41.41% from 255 or 17.92% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69E7 is #059618. Grayscale: #A2A2A2. Windows color (decimal): -366105 or 15165946. OLE color: 15165946.

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

Color convert

RGB250105231-
CMYK00.580.080.02
HSL307.86º93.55%69.61%-
HSV(B)307.86º58%98.04%-
XYZ58.936.279.48-
YUV162.72166.54190.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 105 (41.41% from 255) = 17.92%
BLUE value IS 231 (90.62% from 255) = 39.42%
R=42.66%
G=17.92%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010523100.580.080.02307.8693.5569.61
HexFA69E703A821345e46
Octal372151347072102464136106
Binary11111010110100111100111011101010001010011010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69E7; }

 p { color: rgb(250,105,231); }

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

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

 a { background-color: rgb(250,105,231); }

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

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

 span { border-color: rgb(250,105,231); }

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