#F86A86

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

Shades of Brink Pink #F86A86

Tints of Brink Pink #F86A86

Color information

#F86A86 (or 0xF86A86) is unknown color: approx Brink Pink. HEX triplet: F8, 6A and 86. RGB value is (248,106,134). Sum of RGB (Red+Green+Blue) = 248+106+134=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A86 is #079579. Grayscale: #979797. Windows color (decimal): -497018 or 8809208. OLE color: 8809208.

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

Color convert

RGB248106134-
CMYK00.570.460.03
HSL348.17º91.03%69.41%-
HSV(B)348.17º57.26%97.25%-
XYZ48.1731.9926.19-
YUV151.65118.04196.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.82%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=50.82%
G=21.72%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810613400.570.460.03348.1791.0369.41
HexF86A860392E315c5b45
Octal370152206071563534133105
Binary1111100011010101000011001110011011101110101110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86A86; }

 p { color: rgb(248,106,134); }

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

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

 a { background-color: rgb(248,106,134); }

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

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

 span { border-color: rgb(248,106,134); }

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