#FB7484

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

Shades of Brink Pink #FB7484

Tints of Brink Pink #FB7484

Color information

#FB7484 (or 0xFB7484) is unknown color: approx Brink Pink. HEX triplet: FB, 74 and 84. RGB value is (251,116,132). Sum of RGB (Red+Green+Blue) = 251+116+132=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7484 is #048B7B. Grayscale: #9E9E9E. Windows color (decimal): -297852 or 8680699. OLE color: 8680699.

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

Color convert

RGB251116132-
CMYK00.540.470.02
HSL352.89º94.41%71.96%-
HSV(B)352.89º53.78%98.43%-
XYZ50.1934.6725.88-
YUV158.19113.23194.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 116 (45.70% from 255) = 23.25%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=50.30%
G=23.25%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111613200.540.470.02352.8994.4171.96
HexFB74840362F21615e48
Octal373164204066572541136110
Binary1111101111101001000010001101101011111010110000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7484; }

 p { color: rgb(251,116,132); }

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

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

 a { background-color: rgb(251,116,132); }

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

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

 span { border-color: rgb(251,116,132); }

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