#FB5F87

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

Shades of Brink Pink #FB5F87

Tints of Brink Pink #FB5F87

Color information

#FB5F87 (or 0xFB5F87) is unknown color: approx Brink Pink. HEX triplet: FB, 5F and 87. RGB value is (251,95,135). Sum of RGB (Red+Green+Blue) = 251+95+135=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5F87 is #04A078. Grayscale: #929292. Windows color (decimal): -303225 or 8871931. OLE color: 8871931.

HSL color Cylindrical-coordinate representation of color #FB5F87: hue angle of 344.62º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB5F87 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB25195135-
CMYK00.620.460.02
HSL344.62º95.12%67.84%-
HSV(B)344.62º62.15%98.43%-
XYZ48.2530.4426.25-
YUV146.2121.68202.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.18%
GREEN value IS 95 (37.5% from 255) = 19.75%
BLUE value IS 135 (53.12% from 255) = 28.07%
R=52.18%
G=19.75%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519513500.620.460.02344.6295.1267.84
HexFB5F8703E2E21595f44
Octal373137207076562531137104
Binary1111101110111111000011101111101011101010101100110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F87; }

 p { color: rgb(251,95,135); }

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

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

 a { background-color: rgb(251,95,135); }

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

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

 span { border-color: rgb(251,95,135); }

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