#FB6F89

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

Shades of Brink Pink #FB6F89

Tints of Brink Pink #FB6F89

Color information

#FB6F89 (or 0xFB6F89) is unknown color: approx Brink Pink. HEX triplet: FB, 6F and 89. RGB value is (251,111,137). Sum of RGB (Red+Green+Blue) = 251+111+137=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6F89 is #049076. Grayscale: #9B9B9B. Windows color (decimal): -299127 or 9007099. OLE color: 9007099.

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

Color convert

RGB251111137-
CMYK00.560.450.02
HSL348.86º94.59%70.98%-
HSV(B)348.86º55.78%98.43%-
XYZ49.9833.6827.53-
YUV155.82117.38195.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.30%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=50.30%
G=22.24%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111113700.560.450.02348.8694.5970.98
HexFB6F890382D215d5f47
Octal373157211070552535137107
Binary1111101111011111000100101110001011011010101110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6F89; }

 p { color: rgb(251,111,137); }

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

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

 a { background-color: rgb(251,111,137); }

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

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

 span { border-color: rgb(251,111,137); }

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