#FB57ED

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

Shades of Pink Flamingo #FB57ED

Tints of Pink Flamingo #FB57ED

Color information

#FB57ED (or 0xFB57ED) is unknown color: approx Pink Flamingo. HEX triplet: FB, 57 and ED. RGB value is (251,87,237). Sum of RGB (Red+Green+Blue) = 251+87+237=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 87 (34.38% from 255 or 15.13% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB57ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB57ED is #04A812. Grayscale: #989898. Windows color (decimal): -305171 or 15554555. OLE color: 15554555.

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

Color convert

RGB25187237-
CMYK00.650.060.02
HSL305.12º95.35%66.27%-
HSV(B)305.12º65.34%98.43%-
XYZ58.4833.4483.49-
YUV153.14175.33197.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.65%
GREEN value IS 87 (34.38% from 255) = 15.13%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=43.65%
G=15.13%
B=41.22%

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
Decimal2518723700.650.060.02305.1295.3566.27
HexFB57ED041621315f42
Octal373127355010162461137102
Binary11111011101011111101101010000011101010011000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB57ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB57ED; }

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

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

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

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

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

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

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

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