#F86782

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

Shades of Brink Pink #F86782

Tints of Brink Pink #F86782

Color information

#F86782 (or 0xF86782) is unknown color: approx Brink Pink. HEX triplet: F8, 67 and 82. RGB value is (248,103,130). Sum of RGB (Red+Green+Blue) = 248+103+130=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86782 is #07987D. Grayscale: #959595. Windows color (decimal): -497790 or 8546296. OLE color: 8546296.

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

Color convert

RGB248103130-
CMYK00.580.480.03
HSL348.83º91.19%68.82%-
HSV(B)348.83º58.47%97.25%-
XYZ47.5931.2724.65-
YUV149.43117.04198.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.56%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 130 (51.17% from 255) = 27.03%
R=51.56%
G=21.41%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810313000.580.480.03348.8391.1968.82
HexF8678203A30315d5b45
Octal370147202072603535133105
Binary1111100011001111000001001110101100001110101110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86782; }

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

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

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

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

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

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

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

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