#FA50F7

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

Shades of Pink Flamingo #FA50F7

Tints of Pink Flamingo #FA50F7

Color information

#FA50F7 (or 0xFA50F7) is unknown color: approx Pink Flamingo. HEX triplet: FA, 50 and F7. RGB value is (250,80,247). Sum of RGB (Red+Green+Blue) = 250+80+247=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 80 (31.64% from 255 or 13.86% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA50F7 is #05AF08. Grayscale: #959595. Windows color (decimal): -372489 or 16208122. OLE color: 16208122.

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

Color convert

RGB25080247-
CMYK00.680.010.02
HSL301.06º94.44%64.71%-
HSV(B)301.06º68%98.04%-
XYZ59.0832.7891.21-
YUV149.87182.82199.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.33%
GREEN value IS 80 (31.64% from 255) = 13.86%
BLUE value IS 247 (96.88% from 255) = 42.81%
R=43.33%
G=13.86%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508024700.680.010.02301.0694.4464.71
HexFA50F70441212d5e41
Octal372120367010412455136101
Binary111110101010000111101110100010011010010110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA50F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA50F7; }

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

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

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

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

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

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

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

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