#FB47F7

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

Shades of Pink Flamingo #FB47F7

Tints of Pink Flamingo #FB47F7

Color information

#FB47F7 (or 0xFB47F7) is unknown color: approx Pink Flamingo. HEX triplet: FB, 47 and F7. RGB value is (251,71,247). Sum of RGB (Red+Green+Blue) = 251+71+247=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 71 (28.12% from 255 or 12.48% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47F7 is #04B808. Grayscale: #909090. Windows color (decimal): -309257 or 16205819. OLE color: 16205819.

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

Color convert

RGB25171247-
CMYK00.720.020.02
HSL301.33º95.74%63.14%-
HSV(B)301.33º71.71%98.43%-
XYZ58.8331.7391.02-
YUV144.88185.63203.69-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 71 (28.12% from 255) = 12.48%
BLUE value IS 247 (96.88% from 255) = 43.41%
R=44.11%
G=12.48%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517124700.720.020.02301.3395.7463.14
HexFB47F70482212d603f
Octal37310736701102245514077
Binary111110111000111111101110100100010101001011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB47F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB47F7; }

 p { color: rgb(251,71,247); }

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

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

 a { background-color: rgb(251,71,247); }

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

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

 span { border-color: rgb(251,71,247); }

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