#F86784

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

Shades of Brink Pink #F86784

Tints of Brink Pink #F86784

Color information

#F86784 (or 0xF86784) is unknown color: approx Brink Pink. HEX triplet: F8, 67 and 84. RGB value is (248,103,132). Sum of RGB (Red+Green+Blue) = 248+103+132=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86784 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86784 is #07987B. Grayscale: #959595. Windows color (decimal): -497788 or 8677368. OLE color: 8677368.

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

Color convert

RGB248103132-
CMYK00.580.470.03
HSL348º91.19%68.82%-
HSV(B)348º58.47%97.25%-
XYZ47.7331.3225.36-
YUV149.66118.04198.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.35%
GREEN value IS 103 (40.62% from 255) = 21.33%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=51.35%
G=21.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810313200.580.470.0334891.1968.82
HexF8678403A2F315c5b45
Octal370147204072573534133105
Binary1111100011001111000010001110101011111110101110010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86784; }

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

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

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

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

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

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

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

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