#FB6080

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

Shades of Brink Pink #FB6080

Tints of Brink Pink #FB6080

Color information

#FB6080 (or 0xFB6080) is unknown color: approx Brink Pink. HEX triplet: FB, 60 and 80. RGB value is (251,96,128). Sum of RGB (Red+Green+Blue) = 251+96+128=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6080 is #049F7F. Grayscale: #929292. Windows color (decimal): -302976 or 8413435. OLE color: 8413435.

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

Color convert

RGB25196128-
CMYK00.620.490.02
HSL347.61º95.09%68.04%-
HSV(B)347.61º61.75%98.43%-
XYZ47.8630.4323.77-
YUV145.99117.85202.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.84%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=52.84%
G=20.21%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519612800.620.490.02347.6195.0968.04
HexFB608003E31215c5f44
Octal373140200076612534137104
Binary1111101111000001000000001111101100011010101110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6080; }

 p { color: rgb(251,96,128); }

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

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

 a { background-color: rgb(251,96,128); }

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

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

 span { border-color: rgb(251,96,128); }

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