#FB49EC

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

Shades of Pink Flamingo #FB49EC

Tints of Pink Flamingo #FB49EC

Color information

#FB49EC (or 0xFB49EC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 49 and EC. RGB value is (251,73,236). Sum of RGB (Red+Green+Blue) = 251+73+236=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 73 (28.91% from 255 or 13.04% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB49EC is #04B613. Grayscale: #909090. Windows color (decimal): -308756 or 15485435. OLE color: 15485435.

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

Color convert

RGB25173236-
CMYK00.710.060.02
HSL305.06º95.7%63.53%-
HSV(B)305.06º70.92%98.43%-
XYZ57.3131.3382.38-
YUV144.8179.47203.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 73 (28.91% from 255) = 13.04%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=44.82%
G=13.04%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517323600.710.060.02305.0695.763.53
HexFB49EC047621316040
Octal373111354010762461140100
Binary11111011100100111101100010001111101010011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB49EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB49EC; }

 p { color: rgb(251,73,236); }

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

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

 a { background-color: rgb(251,73,236); }

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

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

 span { border-color: rgb(251,73,236); }

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