#FB58EE

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

Shades of Pink Flamingo #FB58EE

Tints of Pink Flamingo #FB58EE

Color information

#FB58EE (or 0xFB58EE) is unknown color: approx Pink Flamingo. HEX triplet: FB, 58 and EE. RGB value is (251,88,238). Sum of RGB (Red+Green+Blue) = 251+88+238=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58EE is #04A711. Grayscale: #999999. Windows color (decimal): -304914 or 15620347. OLE color: 15620347.

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

Color convert

RGB25188238-
CMYK00.650.050.02
HSL304.79º95.32%66.47%-
HSV(B)304.79º64.94%98.43%-
XYZ58.7133.6684.29-
YUV153.84175.5197.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 88 (34.77% from 255) = 15.25%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=43.50%
G=15.25%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518823800.650.050.02304.7995.3266.47
HexFB58EE041521315f42
Octal373130356010152461137102
Binary11111011101100011101110010000011011010011000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58EE; }

 p { color: rgb(251,88,238); }

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

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

 a { background-color: rgb(251,88,238); }

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

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

 span { border-color: rgb(251,88,238); }

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