#F86189

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

Shades of Brink Pink #F86189

Tints of Brink Pink #F86189

Color information

#F86189 (or 0xF86189) is unknown color: approx Brink Pink. HEX triplet: F8, 61 and 89. RGB value is (248,97,137). Sum of RGB (Red+Green+Blue) = 248+97+137=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F86189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86189 is #079E76. Grayscale: #929292. Windows color (decimal): -499319 or 9003512. OLE color: 9003512.

HSL color Cylindrical-coordinate representation of color #F86189: hue angle of 344.11º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86189 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB24897137-
CMYK00.610.450.03
HSL344.11º91.52%67.65%-
HSV(B)344.11º60.89%97.25%-
XYZ47.530.3127.01-
YUV146.71122.53200.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.45%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 137 (53.91% from 255) = 28.42%
R=51.45%
G=20.12%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489713700.610.450.03344.1191.5267.65
HexF8618903D2D31585c44
Octal370141211075553530134104
Binary1111100011000011000100101111011011011110101100010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86189; }

 p { color: rgb(248,97,137); }

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

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

 a { background-color: rgb(248,97,137); }

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

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

 span { border-color: rgb(248,97,137); }

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