#FB7085

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

Shades of Brink Pink #FB7085

Tints of Brink Pink #FB7085

Color information

#FB7085 (or 0xFB7085) is unknown color: approx Brink Pink. HEX triplet: FB, 70 and 85. RGB value is (251,112,133). Sum of RGB (Red+Green+Blue) = 251+112+133=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7085 is #048F7A. Grayscale: #9C9C9C. Windows color (decimal): -298875 or 8745211. OLE color: 8745211.

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

Color convert

RGB251112133-
CMYK00.550.470.02
HSL350.94º94.56%71.18%-
HSV(B)350.94º55.38%98.43%-
XYZ49.8133.7926.09-
YUV155.96115.05195.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.60%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=50.60%
G=22.58%
B=26.81%

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
Decimal25111213300.550.470.02350.9494.5671.18
HexFB70850372F215f5f47
Octal373160205067572537137107
Binary1111101111100001000010101101111011111010101111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7085; }

 p { color: rgb(251,112,133); }

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

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

 a { background-color: rgb(251,112,133); }

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

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

 span { border-color: rgb(251,112,133); }

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