#FB7581

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

Shades of Brink Pink #FB7581

Tints of Brink Pink #FB7581

Color information

#FB7581 (or 0xFB7581) is unknown color: approx Brink Pink. HEX triplet: FB, 75 and 81. RGB value is (251,117,129). Sum of RGB (Red+Green+Blue) = 251+117+129=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7581 is #048A7E. Grayscale: #9E9E9E. Windows color (decimal): -297599 or 8484347. OLE color: 8484347.

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

Color convert

RGB251117129-
CMYK00.530.490.02
HSL354.63º94.37%72.16%-
HSV(B)354.63º53.39%98.43%-
XYZ50.1134.8224.85-
YUV158.43111.39194.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=50.50%
G=23.54%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111712900.530.490.02354.6394.3772.16
HexFB75810353121635e48
Octal373165201065612543136110
Binary1111101111101011000000101101011100011010110001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7581; }

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

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

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

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

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

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

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

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