#F86A82

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

Shades of Brink Pink #F86A82

Tints of Brink Pink #F86A82

Color information

#F86A82 (or 0xF86A82) is unknown color: approx Brink Pink. HEX triplet: F8, 6A and 82. RGB value is (248,106,130). Sum of RGB (Red+Green+Blue) = 248+106+130=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A82 is #07957D. Grayscale: #979797. Windows color (decimal): -497022 or 8547064. OLE color: 8547064.

HSL color Cylindrical-coordinate representation of color #F86A82: hue angle of 349.86º 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 #F86A82 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248106130-
CMYK00.570.480.03
HSL349.86º91.03%69.41%-
HSV(B)349.86º57.26%97.25%-
XYZ47.8931.8824.75-
YUV151.19116.04197.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.24%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=51.24%
G=21.90%
B=26.86%

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
Decimal24810613000.570.480.03349.8691.0369.41
HexF86A8203930315e5b45
Octal370152202071603536133105
Binary1111100011010101000001001110011100001110101111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86A82; }

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

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

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

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

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

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

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

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