#FB7586

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

Shades of Brink Pink #FB7586

Tints of Brink Pink #FB7586

Color information

#FB7586 (or 0xFB7586) is unknown color: approx Brink Pink. HEX triplet: FB, 75 and 86. RGB value is (251,117,134). Sum of RGB (Red+Green+Blue) = 251+117+134=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7586 is #048A79. Grayscale: #9F9F9F. Windows color (decimal): -297594 or 8812027. OLE color: 8812027.

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

Color convert

RGB251117134-
CMYK00.530.470.02
HSL352.39º94.37%72.16%-
HSV(B)352.39º53.39%98.43%-
XYZ50.4534.9526.64-
YUV159113.89193.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=50%
G=23.31%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111713400.530.470.02352.3994.3772.16
HexFB75860352F21605e48
Octal373165206065572540136110
Binary1111101111101011000011001101011011111010110000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7586; }

 p { color: rgb(251,117,134); }

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

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

 a { background-color: rgb(251,117,134); }

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

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

 span { border-color: rgb(251,117,134); }

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