#FF7886

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

Shades of Brink Pink #FF7886

Tints of Brink Pink #FF7886

Color information

#FF7886 (or 0xFF7886) is unknown color: approx Brink Pink. HEX triplet: FF, 78 and 86. RGB value is (255,120,134). Sum of RGB (Red+Green+Blue) = 255+120+134=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7886 is #008779. Grayscale: #A2A2A2. Windows color (decimal): -34682 or 8812799. OLE color: 8812799.

HSL color Cylindrical-coordinate representation of color #FF7886: hue angle of 353.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7886 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255120134-
CMYK00.530.470
HSL353.78º100%73.53%-
HSV(B)353.78º52.94%100%-
XYZ52.2636.4126.83-
YUV161.96112.23194.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 120 (47.27% from 255) = 23.58%
BLUE value IS 134 (52.73% from 255) = 26.33%
R=50.10%
G=23.58%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512013400.530.470353.7810073.53
HexFF78860352F0162644a
Octal377170206065570542144112
Binary111111111111000100001100110101101111010110001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7886; }

 p { color: rgb(255,120,134); }

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

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

 a { background-color: rgb(255,120,134); }

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

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

 span { border-color: rgb(255,120,134); }

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