#F87186

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

Shades of Brink Pink #F87186

Tints of Brink Pink #F87186

Color information

#F87186 (or 0xF87186) is unknown color: approx Brink Pink. HEX triplet: F8, 71 and 86. RGB value is (248,113,134). Sum of RGB (Red+Green+Blue) = 248+113+134=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F87186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87186 is #078E79. Grayscale: #9B9B9B. Windows color (decimal): -495226 or 8811000. OLE color: 8811000.

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

Color convert

RGB248113134-
CMYK00.540.460.03
HSL350.67º90.6%70.78%-
HSV(B)350.67º54.44%97.25%-
XYZ48.9233.4926.44-
YUV155.76115.73193.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.10%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=50.10%
G=22.83%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811313400.540.460.03350.6790.670.78
HexF871860362E315f5b47
Octal370161206066563537133107
Binary1111100011100011000011001101101011101110101111110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87186; }

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

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

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

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

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

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

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

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