#F86991

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

Shades of Brink Pink #F86991

Tints of Brink Pink #F86991

Color information

#F86991 (or 0xF86991) is unknown color: approx Brink Pink. HEX triplet: F8, 69 and 91. RGB value is (248,105,145). Sum of RGB (Red+Green+Blue) = 248+105+145=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F86991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86991 is #07966E. Grayscale: #989898. Windows color (decimal): -497263 or 9529848. OLE color: 9529848.

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

Color convert

RGB248105145-
CMYK00.580.420.03
HSL343.22º91.08%69.22%-
HSV(B)343.22º57.66%97.25%-
XYZ48.8732.130.41-
YUV152.32123.88196.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.80%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=49.80%
G=21.08%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810514500.580.420.03343.2291.0869.22
HexF8699103A2A31575b45
Octal370151221072523527133105
Binary1111100011010011001000101110101010101110101011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86991; }

 p { color: rgb(248,105,145); }

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

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

 a { background-color: rgb(248,105,145); }

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

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

 span { border-color: rgb(248,105,145); }

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