#FB5F89

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

Shades of Brink Pink #FB5F89

Tints of Brink Pink #FB5F89

Color information

#FB5F89 (or 0xFB5F89) is unknown color: approx Brink Pink. HEX triplet: FB, 5F and 89. RGB value is (251,95,137). Sum of RGB (Red+Green+Blue) = 251+95+137=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5F89 is #04A076. Grayscale: #929292. Windows color (decimal): -303223 or 9003003. OLE color: 9003003.

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

Color convert

RGB25195137-
CMYK00.620.450.02
HSL343.85º95.12%67.84%-
HSV(B)343.85º62.15%98.43%-
XYZ48.3930.527-
YUV146.43122.68202.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.97%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=51.97%
G=19.67%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519513700.620.450.02343.8595.1267.84
HexFB5F8903E2D21585f44
Octal373137211076552530137104
Binary1111101110111111000100101111101011011010101100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F89; }

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

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

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

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

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

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

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

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