#F86687

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

Shades of Brink Pink #F86687

Tints of Brink Pink #F86687

Color information

#F86687 (or 0xF86687) is unknown color: approx Brink Pink. HEX triplet: F8, 66 and 87. RGB value is (248,102,135). Sum of RGB (Red+Green+Blue) = 248+102+135=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F86687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86687 is #079978. Grayscale: #959595. Windows color (decimal): -498041 or 8873720. OLE color: 8873720.

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

Color convert

RGB248102135-
CMYK00.590.460.03
HSL346.44º91.25%68.63%-
HSV(B)346.44º58.87%97.25%-
XYZ47.8431.2126.42-
YUV149.42119.87198.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 102 (40.23% from 255) = 21.03%
BLUE value IS 135 (53.12% from 255) = 27.84%
R=51.13%
G=21.03%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810213500.590.460.03346.4491.2568.63
HexF8668703B2E315a5b45
Octal370146207073563532133105
Binary1111100011001101000011101110111011101110101101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86687; }

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

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

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

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

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

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

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

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