#FB747F

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

Shades of Brink Pink #FB747F

Tints of Brink Pink #FB747F

Color information

#FB747F (or 0xFB747F) is unknown color: approx Brink Pink. HEX triplet: FB, 74 and 7F. RGB value is (251,116,127). Sum of RGB (Red+Green+Blue) = 251+116+127=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB747F is #048B80. Grayscale: #9D9D9D. Windows color (decimal): -297857 or 8353019. OLE color: 8353019.

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

Color convert

RGB251116127-
CMYK00.540.490.02
HSL355.11º94.41%71.96%-
HSV(B)355.11º53.78%98.43%-
XYZ49.8634.5324.12-
YUV157.62110.73194.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.81%
GREEN value IS 116 (45.70% from 255) = 23.48%
BLUE value IS 127 (50% from 255) = 25.71%
R=50.81%
G=23.48%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111612700.540.490.02355.1194.4171.96
HexFB747F0363121635e48
Octal373164177066612543136110
Binary111110111110100111111101101101100011010110001110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB747F; }

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

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

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

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

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

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

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

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