#FB50EC

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

Shades of Pink Flamingo #FB50EC

Tints of Pink Flamingo #FB50EC

Color information

#FB50EC (or 0xFB50EC) is unknown color: approx Pink Flamingo. HEX triplet: FB, 50 and EC. RGB value is (251,80,236). Sum of RGB (Red+Green+Blue) = 251+80+236=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 80 (31.64% from 255 or 14.11% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50EC is #04AF13. Grayscale: #949494. Windows color (decimal): -306964 or 15487227. OLE color: 15487227.

HSL color Cylindrical-coordinate representation of color #FB50EC: hue angle of 305.26º degrees, saturation: 0.96, 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 #FB50EC is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB25180236-
CMYK00.680.060.02
HSL305.26º95.53%64.9%-
HSV(B)305.26º68.13%98.43%-
XYZ57.7932.382.55-
YUV148.91177.15200.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 80 (31.64% from 255) = 14.11%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=44.27%
G=14.11%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518023600.680.060.02305.2695.5364.9
HexFB50EC044621316041
Octal373120354010462461140101
Binary11111011101000011101100010001001101010011000111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB50EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB50EC; }

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

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

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

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

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

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

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

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