#FB5EF1

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

Shades of Pink Flamingo #FB5EF1

Tints of Pink Flamingo #FB5EF1

Color information

#FB5EF1 (or 0xFB5EF1) is unknown color: approx Pink Flamingo. HEX triplet: FB, 5E and F1. RGB value is (251,94,241). Sum of RGB (Red+Green+Blue) = 251+94+241=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EF1 is #04A10E. Grayscale: #9D9D9D. Windows color (decimal): -303375 or 15818491. OLE color: 15818491.

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

Color convert

RGB25194241-
CMYK00.630.040.02
HSL303.82º95.15%67.65%-
HSV(B)303.82º62.55%98.43%-
XYZ59.6634.8786.8-
YUV157.7175.01194.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.83%
GREEN value IS 94 (37.11% from 255) = 16.04%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=42.83%
G=16.04%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519424100.630.040.02303.8295.1567.65
HexFB5EF103F421305f44
Octal37313636107742460137104
Binary1111101110111101111000101111111001010011000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5EF1; }

 p { color: rgb(251,94,241); }

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

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

 a { background-color: rgb(251,94,241); }

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

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

 span { border-color: rgb(251,94,241); }

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