#FB7286

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

Shades of Brink Pink #FB7286

Tints of Brink Pink #FB7286

Color information

#FB7286 (or 0xFB7286) is unknown color: approx Brink Pink. HEX triplet: FB, 72 and 86. RGB value is (251,114,134). Sum of RGB (Red+Green+Blue) = 251+114+134=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7286 is #048D79. Grayscale: #9D9D9D. Windows color (decimal): -298362 or 8811259. OLE color: 8811259.

HSL color Cylindrical-coordinate representation of color #FB7286: hue angle of 351.24º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FB7286 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251114134-
CMYK00.550.470.02
HSL351.24º94.48%71.57%-
HSV(B)351.24º54.58%98.43%-
XYZ50.134.2726.53-
YUV157.24114.89194.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=50.30%
G=22.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111413400.550.470.02351.2494.4871.57
HexFB72860372F215f5e48
Octal373162206067572537136110
Binary1111101111100101000011001101111011111010101111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7286; }

 p { color: rgb(251,114,134); }

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

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

 a { background-color: rgb(251,114,134); }

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

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

 span { border-color: rgb(251,114,134); }

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