#FB47EF

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

Shades of Pink Flamingo #FB47EF

Tints of Pink Flamingo #FB47EF

Color information

#FB47EF (or 0xFB47EF) is unknown color: approx Pink Flamingo. HEX triplet: FB, 47 and EF. RGB value is (251,71,239). Sum of RGB (Red+Green+Blue) = 251+71+239=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB47EF is #04B810. Grayscale: #8F8F8F. Windows color (decimal): -309265 or 15681531. OLE color: 15681531.

HSL color Cylindrical-coordinate representation of color #FB47EF: hue angle of 304º 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 #FB47EF is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB25171239-
CMYK00.720.050.02
HSL304º95.74%63.14%-
HSV(B)304º71.71%98.43%-
XYZ57.6231.2584.66-
YUV143.97181.63204.34-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 12.66%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=44.74%
G=12.66%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517123900.720.050.0230495.7463.14
HexFB47EF04852130603f
Octal37310735701105246014077
Binary1111101110001111110111101001000101101001100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB47EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB47EF; }

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

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

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

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

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

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

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

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