#F86E88

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

Shades of Brink Pink #F86E88

Tints of Brink Pink #F86E88

Color information

#F86E88 (or 0xF86E88) is unknown color: approx Brink Pink. HEX triplet: F8, 6E and 88. RGB value is (248,110,136). Sum of RGB (Red+Green+Blue) = 248+110+136=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86E88 is #079177. Grayscale: #9A9A9A. Windows color (decimal): -495992 or 8941304. OLE color: 8941304.

HSL color Cylindrical-coordinate representation of color #F86E88: hue angle of 348.7º 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 #F86E88 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248110136-
CMYK00.560.450.03
HSL348.7º90.79%70.2%-
HSV(B)348.7º55.65%97.25%-
XYZ48.7332.8927.07-
YUV154.23117.72194.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=50.20%
G=22.27%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811013600.560.450.03348.790.7970.2
HexF86E880382D315d5b46
Octal370156210070553535133106
Binary1111100011011101000100001110001011011110101110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86E88; }

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

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

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

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

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

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

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

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