#FB5F7F

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

Shades of Brink Pink #FB5F7F

Tints of Brink Pink #FB5F7F

Color information

#FB5F7F (or 0xFB5F7F) is unknown color: approx Brink Pink. HEX triplet: FB, 5F and 7F. RGB value is (251,95,127). Sum of RGB (Red+Green+Blue) = 251+95+127=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5F7F is #04A080. Grayscale: #919191. Windows color (decimal): -303233 or 8347643. OLE color: 8347643.

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

Color convert

RGB25195127-
CMYK00.620.490.02
HSL347.69º95.12%67.84%-
HSV(B)347.69º62.15%98.43%-
XYZ47.7130.2323.4-
YUV145.29117.68203.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.07%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 127 (50% from 255) = 26.85%
R=53.07%
G=20.08%
B=26.85%

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
Decimal2519512700.620.490.02347.6995.1267.84
HexFB5F7F03E31215c5f44
Octal373137177076612534137104
Binary111110111011111111111101111101100011010101110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F7F; }

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

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

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

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

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

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

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

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