#FB58ED

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

Shades of Pink Flamingo #FB58ED

Tints of Pink Flamingo #FB58ED

Color information

#FB58ED (or 0xFB58ED) is unknown color: approx Pink Flamingo. HEX triplet: FB, 58 and ED. RGB value is (251,88,237). Sum of RGB (Red+Green+Blue) = 251+88+237=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 88 (34.77% from 255 or 15.28% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB58ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB58ED is #04A712. Grayscale: #999999. Windows color (decimal): -304915 or 15554811. OLE color: 15554811.

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

Color convert

RGB25188237-
CMYK00.650.060.02
HSL305.15º95.32%66.47%-
HSV(B)305.15º64.94%98.43%-
XYZ58.5633.683.52-
YUV153.72175197.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.58%
GREEN value IS 88 (34.77% from 255) = 15.28%
BLUE value IS 237 (92.97% from 255) = 41.15%
R=43.58%
G=15.28%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518823700.650.060.02305.1595.3266.47
HexFB58ED041621315f42
Octal373130355010162461137102
Binary11111011101100011101101010000011101010011000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB58ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB58ED; }

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

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

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

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

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

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

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

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