#FB5988

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

Shades of Brink Pink #FB5988

Tints of Brink Pink #FB5988

Color information

#FB5988 (or 0xFB5988) is unknown color: approx Brink Pink. HEX triplet: FB, 59 and 88. RGB value is (251,89,136). Sum of RGB (Red+Green+Blue) = 251+89+136=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5988 is #04A677. Grayscale: #8E8E8E. Windows color (decimal): -304760 or 8935931. OLE color: 8935931.

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

Color convert

RGB25189136-
CMYK00.650.460.02
HSL342.59º95.29%66.67%-
HSV(B)342.59º64.54%98.43%-
XYZ47.829.4326.45-
YUV142.8124.17205.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=52.73%
G=18.70%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518913600.650.460.02342.5995.2966.67
HexFB59880412E21575f43
Octal3731312100101562527137103
Binary11111011101100110001000010000011011101010101011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5988; }

 p { color: rgb(251,89,136); }

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

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

 a { background-color: rgb(251,89,136); }

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

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

 span { border-color: rgb(251,89,136); }

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