#F86F87

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

Shades of Brink Pink #F86F87

Tints of Brink Pink #F86F87

Color information

#F86F87 (or 0xF86F87) is unknown color: approx Brink Pink. HEX triplet: F8, 6F and 87. RGB value is (248,111,135). Sum of RGB (Red+Green+Blue) = 248+111+135=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F87 is #079078. Grayscale: #9A9A9A. Windows color (decimal): -495737 or 8876024. OLE color: 8876024.

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

Color convert

RGB248111135-
CMYK00.550.460.03
HSL349.49º90.73%70.39%-
HSV(B)349.49º55.24%97.25%-
XYZ48.7733.0726.74-
YUV154.7116.89194.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.20%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 135 (53.12% from 255) = 27.33%
R=50.20%
G=22.47%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811113500.550.460.03349.4990.7370.39
HexF86F870372E315d5b46
Octal370157207067563535133106
Binary1111100011011111000011101101111011101110101110110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86F87; }

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

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

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

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

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

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

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

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