#F86E87

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

Shades of Brink Pink #F86E87

Tints of Brink Pink #F86E87

Color information

#F86E87 (or 0xF86E87) is unknown color: approx Brink Pink. HEX triplet: F8, 6E and 87. RGB value is (248,110,135). Sum of RGB (Red+Green+Blue) = 248+110+135=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86E87 is #079178. Grayscale: #9A9A9A. Windows color (decimal): -495993 or 8875768. OLE color: 8875768.

HSL color Cylindrical-coordinate representation of color #F86E87: hue angle of 349.13º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86E87 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248110135-
CMYK00.560.460.03
HSL349.13º90.79%70.2%-
HSV(B)349.13º55.65%97.25%-
XYZ48.6632.8626.7-
YUV154.11117.22194.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.30%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=50.30%
G=22.31%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811013500.560.460.03349.1390.7970.2
HexF86E870382E315d5b46
Octal370156207070563535133106
Binary1111100011011101000011101110001011101110101110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86E87; }

 p { color: rgb(248,110,135); }

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

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

 a { background-color: rgb(248,110,135); }

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

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

 span { border-color: rgb(248,110,135); }

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