#FB50EA

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

Shades of Pink Flamingo #FB50EA

Tints of Pink Flamingo #FB50EA

Color information

#FB50EA (or 0xFB50EA) is unknown color: approx Pink Flamingo. HEX triplet: FB, 50 and EA. RGB value is (251,80,234). Sum of RGB (Red+Green+Blue) = 251+80+234=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50EA is #04AF15. Grayscale: #949494. Windows color (decimal): -306966 or 15356155. OLE color: 15356155.

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

Color convert

RGB25180234-
CMYK00.680.070.02
HSL305.96º95.53%64.9%-
HSV(B)305.96º68.13%98.43%-
XYZ57.532.1981.02-
YUV148.68176.15200.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 80 (31.64% from 255) = 14.16%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=44.42%
G=14.16%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518023400.680.070.02305.9695.5364.9
HexFB50EA044721326041
Octal373120352010472462140101
Binary11111011101000011101010010001001111010011001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB50EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB50EA; }

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

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

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

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

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

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

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

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