#F86A81

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

Shades of Brink Pink #F86A81

Tints of Brink Pink #F86A81

Color information

#F86A81 (or 0xF86A81) is unknown color: approx Brink Pink. HEX triplet: F8, 6A and 81. RGB value is (248,106,129). Sum of RGB (Red+Green+Blue) = 248+106+129=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A81 is #07957E. Grayscale: #979797. Windows color (decimal): -497023 or 8481528. OLE color: 8481528.

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

Color convert

RGB248106129-
CMYK00.570.480.03
HSL350.28º91.03%69.41%-
HSV(B)350.28º57.26%97.25%-
XYZ47.8331.8524.4-
YUV151.08115.54197.13-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.35%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 129 (50.78% from 255) = 26.71%
R=51.35%
G=21.95%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810612900.570.480.03350.2891.0369.41
HexF86A8103930315e5b45
Octal370152201071603536133105
Binary1111100011010101000000101110011100001110101111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86A81; }

 p { color: rgb(248,106,129); }

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

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

 a { background-color: rgb(248,106,129); }

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

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

 span { border-color: rgb(248,106,129); }

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