#FA49F7

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

Shades of Pink Flamingo #FA49F7

Tints of Pink Flamingo #FA49F7

Color information

#FA49F7 (or 0xFA49F7) is unknown color: approx Pink Flamingo. HEX triplet: FA, 49 and F7. RGB value is (250,73,247). Sum of RGB (Red+Green+Blue) = 250+73+247=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 73 (28.91% from 255 or 12.81% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA49F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA49F7 is #05B608. Grayscale: #919191. Windows color (decimal): -374281 or 16206330. OLE color: 16206330.

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

Color convert

RGB25073247-
CMYK00.710.010.02
HSL301.02º94.65%63.33%-
HSV(B)301.02º70.8%98.04%-
XYZ58.631.891.05-
YUV145.76185.14202.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 73 (28.91% from 255) = 12.81%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=43.86%
G=12.81%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507324700.710.010.02301.0294.6563.33
HexFA49F70471212d5f3f
Octal37211136701071245513777
Binary11111010100100111110111010001111101001011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA49F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA49F7; }

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

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

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

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

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

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

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

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