#FA61E7

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

Shades of Pink Flamingo #FA61E7

Tints of Pink Flamingo #FA61E7

Color information

#FA61E7 (or 0xFA61E7) is unknown color: approx Pink Flamingo. HEX triplet: FA, 61 and E7. RGB value is (250,97,231). Sum of RGB (Red+Green+Blue) = 250+97+231=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 97 (38.28% from 255 or 16.78% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA61E7 is #059E18. Grayscale: #9D9D9D. Windows color (decimal): -368153 or 15163898. OLE color: 15163898.

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

Color convert

RGB25097231-
CMYK00.610.080.02
HSL307.45º93.87%68.04%-
HSV(B)307.45º61.2%98.04%-
XYZ58.1234.6479.22-
YUV158.02169.19193.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.25%
GREEN value IS 97 (38.28% from 255) = 16.78%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=43.25%
G=16.78%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509723100.610.080.02307.4593.8768.04
HexFA61E703D821335e44
Octal372141347075102463136104
Binary11111010110000111100111011110110001010011001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA61E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA61E7; }

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

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

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

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

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

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

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

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