#F85EFB

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

Shades of Pink Flamingo #F85EFB

Tints of Pink Flamingo #F85EFB

Color information

#F85EFB (or 0xF85EFB) is unknown color: approx Pink Flamingo. HEX triplet: F8, 5E and FB. RGB value is (248,94,251). Sum of RGB (Red+Green+Blue) = 248+94+251=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 94 (37.11% from 255 or 15.85% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #F85EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F85EFB is #07A104. Grayscale: #9D9D9D. Windows color (decimal): -499973 or 16473848. OLE color: 16473848.

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

Color convert

RGB24894251-
CMYK0.010.6300.02
HSL298.85º95.15%67.65%-
HSV(B)298.85º62.55%98.43%-
XYZ60.1334.9394.84-
YUV157.94180.52192.23-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.82%
GREEN value IS 94 (37.11% from 255) = 15.85%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=41.82%
G=15.85%
B=42.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248942510.010.6300.02298.8595.1567.65
HexF85EFB13F0212b5f44
Octal37013637317702453137104
Binary11111000101111011111011111111101010010101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85EFB; }

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

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

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

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

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

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

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

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