#F85BFB

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

Shades of Pink Flamingo #F85BFB

Tints of Pink Flamingo #F85BFB

Color information

#F85BFB (or 0xF85BFB) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5B and FB. RGB value is (248,91,251). Sum of RGB (Red+Green+Blue) = 248+91+251=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 91 (35.94% from 255 or 15.42% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85BFB is #07A404. Grayscale: #9B9B9B. Windows color (decimal): -500741 or 16473080. OLE color: 16473080.

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

Color convert

RGB24891251-
CMYK0.010.6400.02
HSL298.88º95.24%67.06%-
HSV(B)298.88º63.75%98.43%-
XYZ59.8734.494.75-
YUV156.18181.51193.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.03%
GREEN value IS 91 (35.94% from 255) = 15.42%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=42.03%
G=15.42%
B=42.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248912510.010.6400.02298.8895.2467.06
HexF85BFB1400212b5f43
Octal370133373110002453137103
Binary111110001011011111110111100000001010010101110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85BFB; }

 p { color: rgb(248,91,251); }

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

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

 a { background-color: rgb(248,91,251); }

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

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

 span { border-color: rgb(248,91,251); }

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