#FB7584

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

Shades of Brink Pink #FB7584

Tints of Brink Pink #FB7584

Color information

#FB7584 (or 0xFB7584) is unknown color: approx Brink Pink. HEX triplet: FB, 75 and 84. RGB value is (251,117,132). Sum of RGB (Red+Green+Blue) = 251+117+132=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7584 is #048A7B. Grayscale: #9E9E9E. Windows color (decimal): -297596 or 8680955. OLE color: 8680955.

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

Color convert

RGB251117132-
CMYK00.530.470.02
HSL353.28º94.37%72.16%-
HSV(B)353.28º53.39%98.43%-
XYZ50.3134.925.91-
YUV158.78112.89193.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.2%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 132 (51.95% from 255) = 26.4%
R=50.2%
G=23.4%
B=26.4%

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
Decimal25111713200.530.470.02353.2894.3772.16
HexFB75840352F21615e48
Octal373165204065572541136110
Binary1111101111101011000010001101011011111010110000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7584; }

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

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

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

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

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

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

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

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